@charset "UTF-8";
/*所属ターム表示*/
.taxonomies {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5em !important;
  margin-bottom: 1em !important;
}
.taxonomies a {
  padding: 0 0.5em;
  margin-left: 0.5em;
  border: solid 1px #727272;
  border-radius: 2em;
  color: #333;
  font-size: 80%;
}

/*******************
*制作実績記事ページ
*******************/
.single-works h1:not(.site-description) {
  font-size: 170%;
  color: #0074d4;
}
.single-works h2 {
  margin-bottom: calc(8px * 2);
  border-bottom: 1px solid #0074d4;
}
.single-works .article-body {
  display: flex;
  flex-direction: column;
}
.single-works .client-info {
  order: 1;
  margin-top: calc(8px * 2);
  text-align: right;
}
.single-works .client-info p {
  margin-bottom: 0;
}
.single-works .client-info p i {
  margin-right: 0.5em;
}
.single-works #overview {
  order: 2;
  margin-top: calc(8px * 6);
  margin-bottom: calc(8px * 6);
  text-align: justify;
}
.single-works .ncColumns.-half {
  order: 3;
}
.single-works .ncColumns.-half .ncColumns_panel.works_point {
  width: calc((100% - calc(8px * 10)) / 2);
}/*# sourceMappingURL=style.css.map */