@charset "UTF-8";
/* 【250618追加】プロフィール修正 */
.custom-link {
  color: #F2913D;
  text-decoration: none;
}

.custom-link::after {
  content: "↗";
  /* 別タブを表す記号 */
  margin-left: 0.3em;
  font-size: 0.9em;
}

.katagakititle {
  margin-top: 10%;
  margin-bottom: 3%;
  font-size: 1rem;
}

.katagakilist {
  list-style: none;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6rem;
}

/* 【250618追加】コンテンツ */
.contentsbanner {
  max-width: 730px;
  margin: 0 auto 10%;
  /* ← 横中央寄せに必要な指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contentsbanner img {
  max-width: 100%;
  width: 80vw;
  height: auto;
  display: block;
  margin-bottom: 10%;
}

/* 
.pc-img {
    display: block;
}
.sp-img {
    display: none !important;}
  
@media only screen and (max-width: 486px) {
    .pc-img {
      display: none !important;
    }
    .sp-img {
      display: block !important;
    }
}【250618追加】記事文中引用装飾 */
/* 【250618追加】記事文中引用装飾 */
.single_main_inner {
  font-family: "Noto Sans JP", sans-serif;
}

.single_main_inner strong {
  font-weight: bold;
}

.blockquote {
  position: relative;
  border-left: 3px solid #F2913D;
  padding-left: 10px;
}

blockquote:before {
  position: absolute;
  font-family: "Noto Sans JP";
  content: "“";
  font-size: 3rem;
  color: #F2913D;
}

blockquote p {
  position: relative;
  padding-left: 30px;
}

blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #F8C8B2;
  text-align: right;
}
/*# sourceMappingURL=add2025.css.map */