/*
Theme Name: webdemowp
Description: タカキタ WEB実演会 WP テーマ
*/

/* === 全体 === */

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #333;
  font-family: arial, sans-serif;
  line-height: 1.8;
  background-color: #ccc;
}

p {
  margin-bottom: 2rem;
}



/* === 共通（ヘッダとフッタ） === */
    .test_box01 {
      height: 500px;
      /*      background-image: url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/black_kabe01.svg"), linear-gradient(#000, #06c 60%);*/


      background-image: url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/black_kabe01.svg"), url("images/tekkotsu.svg"), linear-gradient(#000, #06c, #3cf 60%);
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
      background-position: 5% 30px, 20% 30px, 80% 30px, 95% 30px, left bottom, 0 0, 0 0;
      background-size: auto, auto, auto, auto, auto, 110px;
		margin: -1px;
    }

/* タイトル周り */
.top-logo {
  padding-top: 30px;  
}
.top-logo img{
  width: 230px;
}

.site_tit {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 2.45rem;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.site_tit_jp {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}

.new_movie {
  background-color: #ff0000;
  text-align: center;
  font-size:1.2rem;
  color: #fff;
}
@media (max-width: 768px) {

  .new_movie {
    font-size:1rem;
    padding: 0;
  }
  
  }

/* ボトムメニュー（フッター） */

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);


  padding: 1rem 0 0.5rem 0;
  height: auto;
  background: linear-gradient(#000, #333);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	z-index: 999999999;
  /*
  width: 100%;  
  background-color: #ccc;
  border-top: 1px solid #fff;*/
}

.footer_menu {
  text-align: center;
  vertical-align: middle;
}

.footer_menu a {
  width: 100%;
  height: 100%;
  background: linear-gradient(#333, #000);
  padding: 1rem 0;
  border-top: 5px solid #09c;
  display: flex;
  justify-content: center;
  align-items: center;
	color: #fff !important;
}

.footer_menu .col-3 {
  padding: 0 1px;
}

.footer_menu .row {
  margin: 0 -1px;
}

/* ボトムメニュー用のスペース（余白） */

.footer_sp {
  height: 80px;
  background-color: #3cf;

}

@media (min-width: 768px) {

.footer_sp {
  height: 80px;
}

}



/*  card  */
.badge-danger {
  padding-top:5px;
  padding-bottom:5px;
}
.badge-primary {
  background-color: #0099cc;
  padding-top:5px;
  padding-bottom:5px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 0.5rem 0 0.5rem;
}
.card-footer {
  padding: 0.75rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: none;
}
.card-img-top {
  padding : 1rem 2rem;
  background-color: #000;
}

.top-card .card-img-top {
  border-radius: 3px 0 0 3px;
} 

.naka_waku .card:hover {
  background-color: rgb(235, 235, 235);
}

@media (max-width: 768px) {

  .card-img-top {
    padding : 0.5rem;
    background-color: #000;
  }

  .card-body {
    padding: 0.7rem 0.5rem 0 0.5rem;
  }

  .card-title {
    font-size:0.9rem;
    font-weight:bold;
  }
  .card-text {
    font-size:0.9rem;
  }
  .top-card .card-img-top {
    border-radius: 0;
  } 
  }

  @media (max-width: 576px) {

    .card-img-top {
      padding : 0;
      border-radius:2px 0px 0px 2px;
    }
    
    }



/*  カテゴリーメニュー  */



.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #0099cc;
  background-color: #fff;
}
.nav-pills .nav-link {
  color: #fff;
  background-color: #0099cc;
  padding:20px 5px;
}
.nav-pills li {
  float: left;
	border-left: 2px solid #fff
}
.nav-pills li:first-child {
  border-left: none;
}

.nav-fill .nav-item {
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  text-align: center;
}

.nav-pills a {
  font-size:1.3rem;
}


@media (max-width: 1029px) {

  .nav-pills li {
    float: left;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .nav-pills li:first-child {
    float: left;
  }
  .nav-fill {
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr);
  }

  .nav-pills li.nav-border {
    border-left: none;
  }
  

}
@media (max-width: 768px) {


  .nav-pills a {
    font-size:1rem;
  }
}

/* === 中ページ共通 === */

.top_h2 img{
  width:300px;
  margin-top: 50px;
}
.top_h202 img{
  margin-top: 50px;
  margin-bottom: 0;
}
.top_h202 img{
  width:220px;
}
.naka_waku {
  padding: 2rem;
  background-color: #fff;
}

.naka_content {
	margin-top: -180px;
	margin-bottom: 4rem;
}

.btn-ichiran {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-ichiran:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-ichiran:focus, .btn-ichiran.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-ichiran.disabled, .btn-ichiran:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-ichiran:not(:disabled):not(.disabled):active, .btn-ichiran:not(:disabled):not(.disabled).active,
.show > .btn-ichiran.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-ichiran:not(:disabled):not(.disabled):active:focus, .btn-ichiran:not(:disabled):not(.disabled).active:focus,
.show > .btn-ichiran.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


/* === 目次ページ用 === */

h1.mokuji {
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.8rem;
}

h2.mokuji {
  margin-bottom: 2rem;
  padding: 0.6rem 1rem;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(to right ,#009, #3cf);
  border-radius: 5px;
}

h3.mokuji {
  margin-bottom: 1rem;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.4rem;
}

.naiyou {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.5;  
}

ul.syousai {
  list-style-position: inside;
  list-style-image: url("images/list_icon.gif");
  font-size: 1.1rem;
  line-height: 2;
}

/* === 詳細ページ用 === */

/* 見出し */

h1.syousai {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 2.8rem;

}

h2.syousai {
  margin-bottom: 3rem;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2rem;
}

h3.syousai {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  font-family: 'Shippori Mincho B1', serif;
  border-bottom: 1px dashed #666;
}

h4.syousai {
  font-family: 'M PLUS 1p', sans-serif;
}

.midashi_sub {
  display: inline-block;
  margin: 0.5rem 0 4rem 0;
  padding: 0 2rem;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(to right, #000, #444, #000);
}


.badge_h1 {
font-size: 1rem;
}

.movie_waku {
  padding: 50px 200px 20px 200px;
  background-color: #000;
}

.movie_waku p {
  color:#000;
  margin: 0;
  font-size:1.1rem;
}

.movie_com {
  color:#000;
  margin: 0;
  font-size:1.1rem;
}

.com_waku {
  background-color: #fff;
  padding: 20px 10px;
  border-top:3px solid #000;
}
@media (max-width: 992px) {
  .movie_waku {
    padding:20px 100px ;
    background-color: #000;
  }

  .movie_waku p {
    margin: 0;
  }

  .movie_com {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .movie_waku {
    padding: 10px 10px;
    background-color: #000;
  }

  .movie_waku p {
    margin: 0;
    font-size:1rem;
  }

  .movie_com {
    margin: 0;
    font-size:1rem;
  }

}

/* セクション */

.setumei, .tokucyou, .voice, .seihin {
  padding: 3rem 0 2rem 0;
}

.setumei {
  color: #fff;
  background: linear-gradient(#09c,#3cf);
}

.tokucyou {
  color: #fff;
  background-color: #333;
}

.voice {
  background-color: #f1f1f1;
}

.voice h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.voice h2::before,
.voice h2::after {
	content: '';
	width: 1px;
	height: 35px;
	background-color: #333;
}

.voice h2::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.voice h2::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.seihin {
  text-align: center;
	background-color: #fff;
}

.other_cat {
	background-color: #ccc;
	text-align: center;
}

.other_cat h2 {
	color: #fff;
	padding: 1rem;
	background-color: #333; 
                                margin-top: 3rem;
                                border-radius: 0.5rem;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Shippori Mincho B1', serif;
}

.other_cat h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333;
}


.other_cat a img:hover {
  transform: scale(1.1);
  transition: all 100ms 0s ease;
}
/* 強調 */

strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #ff0 40%);
}

.point01 {
  color: #ff0000;
}

.point02 {
  color: #ff0000;
  font-size: 1.2rem;
}


/* コンパニオンが説明 */

.gaiyou {
  margin-bottom: 3rem;
  line-height: 1.5;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.5rem;
}

.tokucyou p {
  font-size: 0.9rem;
}

.seihin h4 {
  font-size: 2rem;
}

/* お問い合わせ */

.otoiawase {
  margin-bottom: 2rem;
  color: #f00;
  font-size: 1.2rem;
}












/* === よくわからない === */










.lead02 {
  margin-bottom: 3rem;
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5;
}


/* ボタン */

.link_btn, .seihin_index a {
  display: block;
  color: #fff;
  background: linear-gradient(#09c, #3cf);
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-radius: 100vh;
}



.kakomi02 {
  padding: 2rem;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.kakomi02 h2 {
  margin-bottom: 2rem;
}

.kakomi02 p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.kakomi02 {
  padding: 2rem;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}

}

/* === 中ページ === */




/* 戻るボタン */

.back_btn {
  text-align: left;
}

.back_btn a {
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  background: linear-gradient(#09c, #3cf);
  border-radius: 100vh;
}

/* 製品について詳しくははこちらボタン */


.product_btn a {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
  background: linear-gradient(#09c, #3cf);
  border-radius: 100vh;
}

@media (max-width: 768px) {
.product_btn a {
  font-size: 0.9rem;

}

}


/* 展示品ボタン */

.no_link_btn {
  color: #fff;
  background-color: #999;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-radius: 100vh;
}

.seihin_btn a img {
  background: #fff;
  margin: -1rem;
  padding: -0.5rem 0;
}

.seihin_btn a {
  display: block;
  background: linear-gradient(#09c, #3cf);
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-radius: 100vh;
}

.carousel-caption {
   position: static;
   color:#000;
}
.carousel-caption a {
   z-index:9999;
}
.carousel-indicators{
  top:500px;
}
.carousel-control-prev {
  top:-150px;
}
.carousel-control-next {
  top:-150px;
}

/* === リンク色 === */

/* 通常 */

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/* リンク色（shiro_link） */

.shiro_link a:link {
  color: #fff;
  text-decoration: none;
}

.shiro_link a:visited {
  color: #fff;
}

.shiro_link a:hover {
  color: #fff;
  background: initial;
  background-color: #09c;
}

.shiro_link a:active {
  color: #fff;
  background: initial;
  background-color: #f30;
}

/* リンク色（kuro_link） */

.kuro_link a:link {
  color: #333;
  text-decoration: none;
}

.kuro_link a:visited {
  color: #333;
}

.kuro_link a:hover {
  color: #fff;
  background: initial;
  background-color: #09c;
}

.kuro_link a:active {
  color: #fff;
  background: initial;
  background-color: #f30;
}

/* 動画ギャラリーMOREボタン */


.more_btn a {
  display: inline-block;
  padding: 0.2rem 2rem;
  font-size: 1.3rem;
  background: linear-gradient(#000, #5c5c5c);
  border-radius: 100vh;
}
.more_btn a:hover {
  background: linear-gradient(#3e3e3e, #8f8f8f);
}

@media (max-width: 768px) {
.more_btn a {
  font-size: 0.9rem;

}

}



/* === メディアクエリ === */

/* 最大幅の制限 */

@media (min-width:1200px) {
  .container-fluid {
    width: 1200px;
  }
}

/* Balloon. */
.balloon {
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  background-color: #dce8f6;
}
.balloon-kaihatsusya {
  position: relative;
  padding: 0 20px;
  border:solid 1px #000;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
}

.balloon p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom:0;
}

.balloon .icon {
  color: #000;
  position: absolute;
  top: 0;
}

.balloon-right::before, .balloon-left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #dce8f6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}


@media (min-width: 768px) {

.balloon-right::before, .balloon-left::before {
  content: none;
}

.balloon-md-right::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #dce8f6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-md-left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #dce8f6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

}


/* 開発担当者より */

.tantou-balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1rem;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #333;
  box-sizing: border-box;
	border-radius: 0.5rem;
}

.tantou-balloon02 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1rem;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #333;
  box-sizing: border-box;
	border-radius: 0.5rem;
}

@media (min-width: 768px) {

.tantou-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}

.tantou-balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #000;
  z-index: 1;
}

.tantou-balloon p {
  margin: 0;
  padding: 0;
}

.tantou-balloon02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 13px solid #FFF;
  z-index: 2;
}

.tantou-balloon02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #000;
  z-index: 1;
}

.tantou-balloon p {
  margin: 0;
  padding: 0;
}

}


@media (max-width: 1200px) {
	
footer {
  left: 0;
	right: 0;
  transform: translate(0, 0);
}
	
}

@media (max-width: 768px) {

  .test_box01 {
    height: 400px;
  }

.naka_waku {
  padding: 1rem;
}

.top-logo {
  padding-top: 20px;  
}
.top-logo img{
  width: 200px;
}

.site_tit {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.site_tit_jp {
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
	
.footer_menu a {
  padding: 0.2rem 0 0.4rem 0;
	font-size: 0.8rem;
	line-height: 1.5;
}
	
.tantou-balloon:before,
.tantou-balloon02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.tantou-balloon:after,
.tantou-balloon02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.midashi_sub {
  margin: 0.5rem 1rem 0rem 1rem;
}



}

@media (max-width: 576px) {
	
    .test_box01 {
      height: 350px;
      /*      background-image: url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/light.png"), url("images/black_kabe01.svg"), linear-gradient(#000, #06c 60%);*/


      background-image: url("images/light.png"), none, url("images/light.png"), none, url("images/black_kabe01.svg"), url("images/tekkotsu.svg"), linear-gradient(#000, #06c, #3cf 60%);
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
      background-position: 12% 30px, 20% 30px, 90% 30px, 95% 30px, left bottom, 0 0, 0 0;
      background-size: auto, auto, auto, auto, auto, 110px;
    }

    .top-logo img{
      width: 150px;
    }

.site_tit {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1;
}
h1.mokuji {
  font-size: 2.2rem !important;
	margin: 1rem;
}
h1.syousai {
  font-size: 2.2rem !important;
	margin: 1rem 0 0.5rem 0;
}
h1.syousai .small {
  font-size: 2.2rem !important;
	margin: 1rem;
}

.seihin {
  padding: 1rem;
}

.naka_waku {
  padding: 1rem 0.5rem;
}

.naka_content {
  margin-top: -86px;
	margin-bottom: 1rem;
}

.other_cat h2 {
  font-size: 1.6rem;
}

.other_cat img {
	width: 80%;
	margin: 1rem 0;
}

/*  中ページ共通  */

.top_h2 img{
  width:250px;
}
.top_h202 img{
  width:200px;
}


}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* カルーセルコントロール色変更 */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    padding:24px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    padding:24px;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 5rem;
	margin-bottom: 5rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}
