@charset "utf-8";





/****個別ページ******/

.column_body{
  padding: 3em 4em;
}

.column_body .thumb{
  width: 90%;
  max-width: 860px;
  margin: 0 auto 1em;
}

.column_body .column_text .cate{
  width: fit-content;
  height: 2.25em;
  color: #fff;
  text-align: center;
  padding: .25em 1em;
  margin-left: .75em;
  margin-right: 1em;
  position: relative;
}
.column_body .column_text dt{
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px #ccc solid;
}

.column_body .column_text .day{
  width: auto;
}



@media (max-width: 799px){


.column_body{padding: 1.5em 2em;}

}


@media (max-width: 599px){


.column_body{padding: 1em 1.5em;}

}