/* =================================================================
   記事個別ページ（.entry-content）のスタイル
   ================================================================= */
/* line 4, sass/partial/_quick-tag.scss */
.qt_youtube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

/* line 13, sass/partial/_quick-tag.scss */
.qt_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 23, sass/partial/_quick-tag.scss */
.qt_cardlink {
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  background: #fafafa;
  display: flex;
}

/* line 33, sass/partial/_quick-tag.scss */
.qt_cardlink_photo {
  display: block;
  width: 120px;
}

/* line 41, sass/partial/_quick-tag.scss */
.qt_cardlink_photo .qt_cardlink_thumbnail img {
  max-width: 100%;
  width: 120px;
  height: auto;
  vertical-align: bottom;
}

/* line 52, sass/partial/_quick-tag.scss */
.qt_cardlink_content {
  width: calc(100% - 120px);
  padding-left: 12px;
  line-height: 1.6;
}

/* line 57, sass/partial/_quick-tag.scss */
.qt_cardlink_content .qt_cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #222;
  line-height: 1.6;
  font-size: 12px;
}

/* line 67, sass/partial/_quick-tag.scss */
.qt_cardlink_content .qt_cardlink_title {
  color: red;
  font-size: 14px;
  margin: 0 0 5px;
}

/* line 72, sass/partial/_quick-tag.scss */
.qt_cardlink_content .qt_cardlink_title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

/* line 79, sass/partial/_quick-tag.scss */
.qt_cardlink_content .qt_cardlink_excerpt {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  line-height: 1.8;
}

/* line 90, sass/partial/_quick-tag.scss */
.qt_layout_column,
.qt_layout_2column,
.qt_layout_3column {
  float: left;
  margin-bottom: 2em;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

/* line 101, sass/partial/_quick-tag.scss */
.qt_layout_column .wp-caption,
.qt_layout_2column .wp-caption,
.qt_layout_3column .wp-caption {
  width: auto !important;
  margin-bottom: 0 !important;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 113, sass/partial/_quick-tag.scss */
.qt_layout_column .wp-caption-text,
.qt_layout_2column .wp-caption-text,
.qt_layout_3column .wp-caption-text {
  margin: 9px auto !important;
}

/* line 118, sass/partial/_quick-tag.scss */
.qt_layout_2column {
  width: 50%;
}

/* line 122, sass/partial/_quick-tag.scss */
.qt_layout_3column {
  width: 33.33333%;
}

/* line 126, sass/partial/_quick-tag.scss */
.qt_layout_row {
  line-height: 2;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 131, sass/partial/_quick-tag.scss */
.qt_layout_row:before, .qt_layout_row:after {
  content: " ";
  display: table;
}

/* line 137, sass/partial/_quick-tag.scss */
.qt_layout_row:after {
  clear: both;
}

/* line 143, sass/partial/_quick-tag.scss */
.qt_box {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 155, sass/partial/_quick-tag.scss */
.qt_button {
  background-color: #535353 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff !important;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  min-width: 200px;
  margin: 0;
  max-width: 90%;
  padding: .6em 1.3em .5em;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
}

/* line 171, sass/partial/_quick-tag.scss */
.qt_button:hover, .qt_button:focus {
  background-color: #7d7d7d !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  color: #fff !important;
  text-decoration: none !important;
}

/* line 182, sass/partial/_quick-tag.scss */
.qt_button.size_l {
  font-size: 110%;
  max-width: 90%;
  min-width: 350px;
  padding: .8em 1.5em .7em;
}

/* line 189, sass/partial/_quick-tag.scss */
.qt_button.size_s {
  min-width: 100px;
  max-width: 90%;
  font-size: 85%;
  padding: .4em 1em .3em;
}

/* line 197, sass/partial/_quick-tag.scss */
.qt_button.rounded {
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  /* line 203, sass/partial/_quick-tag.scss */
  .qt_cardlink {
    display: block;
  }
  /* line 207, sass/partial/_quick-tag.scss */
  .qt_cardlink_photo {
    width: 100%;
  }
  /* line 210, sass/partial/_quick-tag.scss */
  .qt_cardlink_photo .qt_cardlink_thumbnail img {
    width: 100% !important;
  }
  /* line 216, sass/partial/_quick-tag.scss */
  .qt_cardlink_content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  /* line 222, sass/partial/_quick-tag.scss */
  .qt_layout_2column,
  .qt_layout_3column {
    width: 100%;
  }
}

/* line 5, sass/single.scss */
.breadcrumbs {
  padding-top: 20px;
  margin-top: 0;
}

/* line 12, sass/single.scss */
.right .entry-header {
  background-color: #FFF;
  margin-bottom: 20px;
}

/* line 16, sass/single.scss */
.right .entry-header .title {
  padding: 15px 20px;
  font-size: 20px;
}

/* 投稿メタ情報（最終更新日）のスタイル - entry-content内 */
.right .entry-content .post-meta-date {
    text-align: right;
    color: #aaa;
    font-weight: 600;
    margin-bottom: 15px;
    position: absolute;
    top: 9px;
    right: 9px;
}
@media (max-width: 767px) {
  .right .entry-content .post-meta-date {
  position: unset;
}
}


/* line 45, sass/single.scss */
.right .entry-content .wp-caption.aligncenter {
  margin: 0 auto;
  width: 100% !important;
}

/* line 49, sass/single.scss */
.right .entry-content .wp-caption.aligncenter .wp-caption-text {
  text-align: center;
  margin-bottom: 20px;
}

/* line 56, sass/single.scss */
.right .entry-content .wp-caption.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.right .entry-content {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  padding: 50px 50px 100px 50px;
  background: #fff;
  margin-bottom: 50px;
  position: relative;
}
.right .entry-content p {
    margin-bottom: 1.8em; /* line-heightと同じ値にすると、ちょうど一行分のスペースになります */
}
.right .entry-content p:last-child {
  margin-bottom: 0;
}

.right .entry-content h1,
.right .entry-content h2,
.right .entry-content h3,
.right .entry-content h4,
.right .entry-content h5,
.right .entry-content h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.right .entry-content h2,
.right .entry-content h3,
.right .entry-content h4,
.right .entry-content h5,
.right .entry-content h6 {
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    line-height: 1.5;
}
.right .entry-content h1 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 30px;
  margin-bottom: 1em;
}
.right .entry-content h1::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: #009BCF;
  z-index: 1;
}
.right .entry-content h1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #FFF1CA;
}
.right .entry-content h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
  background: #009BCF;
  padding: 8px 20px;
  margin: 15px 0 40px;
}
.right .entry-content h3 {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  padding: 8px 20px 8px 8px;
  /* border-radius: 10px; */
  border-bottom: 2px solid #009BCF;
}
.right .entry-content h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 8px 20px;
  border-bottom: 3px solid #009BCF;
}
.right .entry-content h5 {
  font-weight: bold;
  padding: 8px 20px;
  border-bottom: 3px dotted #009BCF;
}
.right .entry-content h6 {
  font-weight: bold;
  padding: 8px 20px;
  border-left: 8px solid #009BCF;
}



/* 太字（<strong>タグ）のスタイル */
.right .entry-content strong {
  /* 背景色を少しつけて目立たせる（マーカー風） */
  background: linear-gradient(transparent 60%, #e6f7ff 60%);
  font-weight: bold; /* 念のため太字を再指定 */
  color: #111; /* 太字の箇所を少し濃くする */
}

/* 引用（<blockquote>タグ）のスタイル */
.right .entry-content blockquote {
  margin: 1.5em 10px;
    padding: 1em 1em 1em 1.5em;
    border-left: 5px solid #e0e0e0;
    background: #f9f9f9;
    color: #555;
}

.right .entry-content blockquote p {
    margin-bottom: 0;
}

.wp-block-image img {
  margin: 0px 0px 1.8em;
}

/* レスポンシブ */
@media (max-width: 767px) {
  /* line 68, sass/single.scss */
  .right .entry-content {
    padding: 0px;
    background: revert;
  }
}

/* 目次CSS */
.toc-002 {
    border: 2px solid #009bcf;
    border-radius: 3px;
    margin: 0 auto 30px;
    max-width: 500px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #009bcf;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

