/*
 * 松本会社設立 Auto Post - 本文リンクの装飾（全記事共通）
 * 記事ページ(single post)すべてで読み込む。自動生成記事に限らず、手書きの記事にも適用する。
 * 対象: 本文(.p-single__content)内の他ドメインへのリンクで、class の付いていないもの。
 * テーマのボタン類(class付き)や同一ドメインの内部リンクは対象外。
 */
.p-single__content a[href^="http"]:not([href*="tokyo-consulting.com"]):not([class]) {
    color: #1a56db;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.p-single__content a[href^="http"]:not([href*="tokyo-consulting.com"]):not([class]):hover {
    color: #0f3c9c;
}
