.column__button {
  text-align: center;
  margin: 52px 0;
}
/* 記事一覧クラス */
.column__listWrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
.column__list {
  width: 100%;
}
.column__list .column__list__a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 8px 0;

}
.column__image {
  width: 144px;
  height: auto;
  border-radius: 8px;
  margin-right: 16px;
}
.column__title {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column__tags {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
padding-bottom:12px;
 display:flex;
gap:4px;
flex-wrap: wrap;
align-items: center;
}
li .column__tags {  border-bottom: 1px solid #eee;}
.column__tags span{

background:#f7f7f7;
border-radius:20px;
color:#242323;
text-decoration:none;
  padding: 4px;
}
.column__tags span a{
color:#242323;
text-decoration:none;
padding:0;
}
@media screen and (min-width: 768px) {
 li .column__tags {
    padding-left: 180px;
    margin-top: -32px;
  }
  .column__image {
  width: 168px;
  }
}
/* 最新記事クラス */
.newColumn__listWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.newColumn__list {
  width: 174px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767.89px) {
  .newColumn__list {
    width: 47%;
    min-width: 100px;
    margin-bottom: 32px;
  }
}
.newColumn__title {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newColumn__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.89px) {
  .newColumn__image {
    width: 100%;
    height: auto;
  }
}

/* Mv 横幅用クラス */
.columnHead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0 0;
  text-align: center;
  background: #DFF7ED;
}
.columnHead__titleBalloon {
  background: #002970;
  padding: 4px 12px;
  position: relative;
  margin: 12px 0;
  border-radius: 1000px;
  font-size: 12px;
  color : #fff;
}

.columnHead__titleBalloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 4px;
  bottom: -4px;
  border-right: 14px solid #002970;
  border-top: 1px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(225deg);
}
.columnHead__title {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .columnHead {
    padding: 24px 0 0;
  }
  .columnHead__titleBalloon {
    font-size: 22px;
    padding: 4px 28px;
  }
  .columnHead__titleBalloon::before{
    right: 4px;
    bottom: -10px;
    border-right: 30px solid #002970;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(225deg);
  }
  .columnHead__title {
    text-align: left;
    font-size: 40px;
    line-height: 52px;
  }
}
/* Container 横幅用クラス */
.container {
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
}
.container--spFull {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: min(calc(100% - 20px), 768px);
  }
  .container--spFull {
    width: min(calc(100% - 20px), 768px);
  }
}
@media screen and (max-width: 767.89px) {
  .mvPageHead {
      background: url(/column/top/column_top_mv_sp.png) no-repeat center center/cover;
      min-height: 166px;
      padding: 16px 16px;
      justify-content: center;
  }
  .mvPageHead__image {
    margin-bottom: 6px;
    margin-top: 14px 
  }

  .mainWrap {
    padding-top: 17px;
  }
}

@media screen and (min-width: 768px) {
  .mvPageHead {
      background: url(/column/top/column_top_mv_pc.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767.89px) {
  .w100sp, 
  .w100p_327 {
    width: calc(100% - 12px);
  }
  .w276_300 {
    width: calc(100% - 16px); 
  }
}

@media screen and (min-width: 768px) {
  .w100p_327{
    width: 327px;
  }
}