@charset "UTF-8";
/** カテゴリサブヘッダー **/

#subheader.column-index {
    width: 974px;
    margin: 30px 0 0 0;
    padding: 0;
    border: 3px #093c4f solid;
}

#subheader.column-index > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 10px 24px 44px;
}

#subheader.column-index h1 > img {
    width: 265px;
    height: auto;
}

#subheader.column-index span.text {
    font-size: 15px;
    color: #093c4f;
    line-height: 25px;
}

/** コラム欄タイトル **/
#column_title {
  padding: 0;
  margin: 0;
  width: 760px;
}

#column_title img {
  float: left;
  position: relative;
  top: 10px;
}

#column_title span {
  position: relative;
  top: 8px;
  margin: 0 0 0 8px;
  font-size: 14px;
  color: #093c4f;
}

#column_title div.line {
  width: 760px;
  height: 3px;
  margin: 10px 0 0 0;
  padding: 0;
  border-top: 3px #093c4f solid;
  background-color: #ffffff;
}

#column_title .column_type_icon {
  width: 55px;
  height: auto;
}

/** コラム一覧 **/
#column_box a table.column_link:hover {
  opacity: 0.7;
}

#column_box .column-list-unit-sub-title {
    height: 23px;
    padding: 6px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

#column_box .column-list-unit-sub-title span {
    font-size: 10px;
    color: #666666;
}

#column_box .column-list-unit-title-with-sub {
    width: 220px;
    height: 40px;
    padding: 0 0 2px 0;
    vertical-align: top;
}

#column_box .column-list-unit-title-with-sub span {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
}

#column_box .column-list-unit-title {
    width: 220px;
    height: 63px;
    padding: 10px 0 10px 0;
    vertical-align: top;
}

#column_box .column-list-unit-title .column-series-or-blog {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
}

#column_box .column-list-unit-title .column-normal {
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
    max-height: 44px;
}

#column_box .column-list-unit-title-with-sub span,
#column_box .column-list-unit-title .column-series-or-blog,
#column_box .column-list-unit-title .column-normal {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#column_box span.update img {
  position: relative;
  top: 2px;
  left: 2px;
}

#column_box span.type_image1 {
  z-index: 2;
  position: relative;
  top: 15px;
  left: 10px;
}

#column_box img.column_type_icon {
  width: 55px;
  height: auto;
}

#column_box span.type_image2 {
  z-index: 2;
  position: relative;
  top: 10px;
  left: 198px;
}

#column_box span.type_image3 {
  z-index: 2;
  position: relative;
  top: 10px;
  left: 391px;
}

/** カテゴリ記事一覧ボタン **/
#columns_all2 {
  position: relative;
  width: 520px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
}

#columns_all2 a {
  cursor: pointer;
}

#columns_all2 img.icon_absolute {
  position: absolute;
  left: 150px;
  top: 0;
}

#columns_all2 span.text_absolute {
  position: absolute;
  left: 185px;
  top: 8px;
  font-size: 18px;
  color: #4d4d4d;
}

#columns_all2:hover {
  opacity: 0.7;
}/*# sourceMappingURL=column_index.css.map */
