/*--------------------------------------
column
--------------------------------------*/
.column_list > .box {
  outline: 1px solid #ccc;
  border: 9px solid #F5F5F5;
  background: #fff;
  padding: 1.4rem;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.column_list > .box + .box {
  margin-top: 1.75rem;
}
.column_list > .box .contents {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-right: 1.4rem;
  line-height: 1.4;
}
.column_list > .box .title {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.column_list > .box .img {
  display: table-cell;
  vertical-align: middle;
}
.column_list > .box .img img {
  width: 180px;
  height: auto;
  border: 1px solid #ccc;
}

.column_box{
  border: 4px solid #e6e6e6;
  position: relative;
  padding: 10px;
  min-height: 200px;
}
.column_box .img img{
  width: 100%;
  margin-bottom: 10px;
  display: block;
  height: 134px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
