@charset "UTF-8";

/*
Theme Name: Clabel
Author: Clabel
Author URI: https://clabel.co.jp/
Description: Clabel theme for marketing
Version: 2.0.0
*/


/*記事内関連[kanren]*/
.table {
  display: table;
}

.tbcell {
  display: table-cell;
  vertical-align: middle;
}

.tbcell img {
  width: 100%;
}

.linkto {
  max-width: 550px;
  width: 100%;
  margin: 1em 0 1.5em;
  padding: 10px;
  border: solid 2px #eaedf2;
  border-radius: 3px;
  background: #fff;
  color: #555;
  font-weight: bold;
  text-decoration: none !important;
}

.linkto:hover {
  background: #eaedf2;
  text-decoration: none;
}

.linkto img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.linkto:hover img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

.linkto .tbimg {
  width: 100px;
}

.linkto figure {
  width: 110px;
  padding-right: 10px;
  /*for old ver*/
}

.linkto .tbtext {
  padding-left: 10px;
  line-height: 1.5;
  text-align: left;
}

.sidebar .textwidget .linkto {
  border: none;
  margin: 0;
}

.sidebar .textwidget .linkto:last-child {
  padding-bottom: 1em;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
