/*
Theme Name: Humancrest
Version: 1.0
*/
/* ==========================================================================
   WordPress 投稿本文 (.entry-content) 用スタイル（画像除外・リンク修正）
   ========================================================================== */

.entry-content {
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* 段落 */
.entry-content p {
    //margin-bottom: 1.2em;
}

/* 見出し */


/* リスト */
.entry-content ul,
.entry-content ol {
    margin: 1.5em 0 1.5em 2em;
    padding-left: 1em;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content li {
    margin-bottom: 0.5em;
}

/* 強調 */
.entry-content strong {
    font-weight: bold;
}

.entry-content em {
    font-style: italic;
}

.entry-content a {
    color: #0073aa;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 1px;
}
.entry-content a:hover {
    color: #005177;
    text-decoration: underline;
}

/* 引用 */
.entry-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic;
    color: #555;
}

.qaservice_plan_text a {
  text-decoration: underline;
}
