@charset "UTF-8";
/*
Author: suya(suyasite)@manuon.com
Author URI: https://manuon.com/
License: copyright @ 2021 manuon.com All Rights Reserved.
*/

/* Line height */
.post_content {
  line-height: 2;
}
/* Block margin */
.post_content > * {
  margin-bottom: 1.5em;
}
/* Inline img middle */
.post_content p > img {
  vertical-align: middle;
}
/* h margin */
.post_content h2 {
  margin-top: 4em;
}
.post_content h3 {
  margin-top: 3em;
}
/* h link color */
h2 a, h3 a, h4 a {
  color: var(--color_text);
}
h2 a:-webkit-any-link, h3 a:-webkit-any-link, h4 a:-webkit-any-link {
  color: var(--color_text);
  text-decoration: unset;
}

/* caption link color */
.wp-block-table figcaption a {
  color: var(--color_text);
  text-decoration: unset;
}

/* SP menu Twitter icon color */
.sp_ i.icon-twitter::before {
  color: black;
}
.-transparent .sp_ i.icon-twitter::before {
  color: white;
}

/* HeaderLog CLS */
/*.c-headLogo__img {
  aspect-ratio: 600 / 135;
}*/
/* UsefulBlocks IconBox CLS */
/*img[data-src$="//manuon.com/wp-content/uploads/avatar-manuon.png"].pb-iconbox__icon {
  width: 100%;
  aspect-ratio: 120 / 120;
}*/

/* Table font-size */
td, th {
  font-size: .9em;
}

/* Blog card text */
/*.c-blogLink {
  font-size: .9em;
}
.c-blogLink__icon {
  border: 0;
  margin-right: 0;
}*/

/*@media (min-width: 600px) {
.copy-the-code-button::before {
  content: "コピー";
  color: #c1c1c1;
  font-size: 1.2em;
  margin-right: 2px;
}
}*/

/* mobile header transparent */
@media (max-width: 959px) {
#header{
  background: rgba(255,255,255,0);
  box-shadow: none;
}
}

/* pc toc display none */
/*@media (min-width: 960px) {
  #fix_tocbtn {
    display: none;
  }
}*/

/* Header Button */
.l-header .c-mvBtn__btn, .l-fixHeader .c-mvBtn__btn {
  padding: 0.5em 1.5em;
}
.l-header .c-mvBtn, .l-fixHeader .c-mvBtn {
  margin: 0;
}

/* imp tag */
img[width="1"] {
  position: absolute;
  bottom: 0;
  right: 0;
}

a[rel][href], a[rel][href] img {
  outline: none !important;
  outline-offset: 0 !important;
}
