@charset "utf-8";
/* CSS Document */

/* ============================================
   SECTION BACKGROUND
============================================ */

.page-service-web .web-plan-section {
    background: #FAF8F5;
}

.page-service-web .web-wordpress-section {
    background: #E8EFF1;
}

.page-service-web .web-price-note-section {
    background: #F7F3EC;
}

.page-service-web .dtp-section {
    background: #F2F6F7;
}

.page-service-web .web-message-section {
    background: #FAF8F5;
}



/* ============================================
   WEB HERO
============================================ */
.page-service-web .lower-hero-overlay {
    background: #496A78;
}

.page-service-web .lower-hero-overlay .lower-hero-head {
    background: rgba(221, 231, 234, 0.86);
    backdrop-filter: blur(4px);
}

.page-service-web .lower-hero-overlay .lower-label {
    color: #496A78;
}

.page-service-web .lower-hero-overlay .lower-title,
.page-service-web .lower-hero-overlay .lower-lead {
    color: #4A3B32;
}

@media (max-width: 768px) {
    .page-service-web .lower-hero-overlay .lower-hero-head {
        background: rgba(221, 231, 234, 0.92);
    }
}

/* ============================================
   WEB SERVICE PAGE COLOR
============================================ */
.page-service-web {
    --lower-bg-light: #DDE7EA;
    --lower-bg-dark: #496A78;
    --lower-sub-bg: #F2F6F7;
    --lower-accent: #496A78;
    --lower-title-bg: #DDE7EA;
    --lower-title-text: #4A3B32;
}

/* ============================================
   WEB PLAN
============================================ */
.web-plan-section {
    background: #FAF8F5;
}

.web-plan-lead {
    margin-bottom: 50px;
}

.web-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.web-plan-card {
    display: flex;
    flex-direction: column;
    background: #fffef9;
    border: 1px solid rgba(73, 106, 120, 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(73, 106, 120, 0.08);
	padding-top: 20px;
}

.web-plan-icon {
    margin: 0;
    padding: 0px 22px 0;
}

.web-plan-icon img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.web-plan-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.web-plan-number {
    color: #496A78;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 8px;
}

.web-plan-body h4 {
    color: #4A3B32;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 12px;
}

.web-plan-price {
    color: #E07A5F;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 18px;
}

.web-plan-summary {
    color: #555;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 24px;
}

.web-plan-detail {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(73, 106, 120, 0.16);
}

.web-plan-detail-title {
    color: #4A3B32;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.web-plan-detail ul li {
    position: relative;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
}

.web-plan-detail ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    background: #8FA8B1;
    border-radius: 50%;
}



/* ============================================
   WORDPRESS SUPPORT
============================================ */

.page-service-web .web-wordpress-lead {
    margin-bottom: 34px;
}

.page-service-web .web-wordpress-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    background: #fffef9;
    border: 1px solid rgba(73, 106, 120, 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(73, 106, 120, 0.06);
}

.page-service-web .web-wordpress-price-area {
    padding: 32px 36px;
}

.page-service-web .web-wordpress-box-title {
    margin-bottom: 12px;
    color: #4A3B32;
    font-size: 1.7rem;
    font-weight: bold;
}

.page-service-web .web-wordpress-price-main {
    margin-bottom: 12px;
    color: #E07A5F;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
}

.page-service-web .web-wordpress-price-main span {
    margin-right: 4px;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
}

.page-service-web .web-wordpress-price-note {
    margin: 0;
    color: #6B625D;
    font-size: 1.3rem;
    line-height: 1.8;
}

.page-service-web .web-wordpress-support-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    background: rgba(242, 246, 247, 0.88);
    border-left: 1px solid rgba(73, 106, 120, 0.18);
}

.page-service-web .web-wordpress-support-title {
    margin-bottom: 12px;
    color: #496A78;
    font-size: 1.5rem;
    font-weight: bold;
}

.page-service-web .web-wordpress-support-text {
    margin: 0;
    color: #4A3B32;
    font-size: 1.4rem;
    line-height: 1.9;
}

.page-service-web .web-wordpress-notes {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.page-service-web .web-wordpress-notes li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 1em;
    color: #6B625D;
    font-size: 1.2rem;
    line-height: 1.8;
}

.page-service-web .web-wordpress-notes li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

/* WORDPRESS GUIDE LINK */
.page-service-web .web-wordpress-guide-link {
    margin: 26px 0 0;
}

.page-service-web .web-wordpress-guide-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #496A78;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}

.page-service-web .web-wordpress-guide-link a::after {
    content: "→";
    transition: transform 0.2s ease;
}

.page-service-web .web-wordpress-guide-link a:hover::after {
    transform: translateX(4px);
}


/* ============================================
   WORDPRESS SUPPORT / SP
============================================ */

@media (max-width: 768px) {

    .page-service-web .web-wordpress-lead {
        margin-bottom: 26px;
    }

    .page-service-web .web-wordpress-box {
        grid-template-columns: 1fr;
    }

    .page-service-web .web-wordpress-price-area {
        padding: 26px 24px;
    }

    .page-service-web .web-wordpress-support-area {
        padding: 24px;
        border-top: 1px solid rgba(73, 106, 120, 0.18);
        border-left: none;
    }

    .page-service-web .web-wordpress-price-main span {
        font-size: 3.8rem;
    }

    .page-service-web .web-wordpress-notes li {
        font-size: 1.1rem;
    }
}



/* ============================================
   PRICE NOTE
============================================ */
.web-note-box {
    margin-top: 36px;
    padding: 34px;
    background: rgba(255, 254, 249, 0.82);
    border: 1px solid rgba(73, 106, 120, 0.24);
    border-radius: 18px;
}

/* 一番大事：通常本文としてしっかり見せる */
.web-note-main {
    margin-bottom: 30px;
}

.web-note-title {
    color: #4A3B32;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 14px;
}

.web-note-main p {
    line-height: 1.9;
    margin-bottom: 10px;
}

/* 次に大事：少し小さめの補足ボックス */
.web-note-sub {
    margin-bottom: 22px;
    padding: 22px 24px;
    background: rgba(242, 246, 247, 0.85);
    border-left: 4px solid #496A78;
    border-radius: 12px;
}

.web-note-sub-title {
    color: #496A78;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.web-note-sub p {
    line-height: 1.85;
    margin-bottom: 8px;
}

/* 軽め：1行メモ風 */
.web-note-spot {
    margin-bottom: 28px;
    padding: 14px 18px;
    background: rgba(224, 122, 95, 0.08);
    border-radius: 10px;
    color: #4A3B32;
    font-size: 1.4rem;
    line-height: 1.8;
}

/* 確認用：リストでコンパクトに */
.web-note-cost {
    padding-top: 24px;
    border-top: 1px solid rgba(73, 106, 120, 0.16);
}

.web-note-cost ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 28px;
}

.web-note-cost ul li {
    position: relative;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
}

.web-note-cost ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    background: #E07A5F;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .web-note-box {
        padding: 24px;
    }

    .web-note-sub {
        padding: 18px 20px;
    }

    .web-note-cost ul {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* ============================================
   DTP
============================================ */
.dtp-section {
    background: #F2F6F7;
}

.dtp-price-box {
    margin-top: 36px;
    padding: 26px 30px;
    background: #fffef9;
    border: 1px solid rgba(73, 106, 120, 0.18);
    border-radius: 18px;
}

.dtp-price-list {
    margin: 0;
}

.dtp-price-list div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(73, 106, 120, 0.12);
}

.dtp-price-list div:last-child {
    border-bottom: none;
}

.dtp-price-list dt {
    color: #4A3B32;
    font-size: 1.5rem;
    font-weight: bold;
}

.dtp-price-list dd {
    color: #E07A5F;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
}

/* ============================================
   MESSAGE CARD
============================================ */
.web-message-section {
    background: #E8EFF1;
}

.lower-message-card {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 720px;
    margin: 0 auto;
    padding: 26px 30px;
    background: rgba(255, 254, 249, 0.88);
    border: 1px solid rgba(73, 106, 120, 0.22);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(73, 106, 120, 0.06);
}

.lower-message-img {
    width: 76px;
    min-width: 76px;
    margin: 0;
}

.lower-message-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.lower-message-body p {
    line-height: 1.9;
    margin-bottom: 10px;
}

.lower-message-body p:last-child {
    margin-bottom: 0;
}

.lower-message-name {
    color: #496A78;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    font-weight: bold;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {

    .web-plan-lead {
        margin-bottom: 36px;
    }

    .web-plan-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .web-plan-card {
        border-radius: 16px;
    }

    .web-plan-icon {
        padding: 20px 20px 0;
    }

    .web-plan-body {
        padding: 24px;
    }

    .web-plan-body h4 {
        font-size: 2rem;
    }

    .web-plan-price {
        font-size: 2.2rem;
    }

    .web-note-box {
        padding: 24px;
    }

    .web-note-box ul {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .dtp-price-box {
        padding: 22px 24px;
    }

    .dtp-price-list div {
        flex-direction: column;
        gap: 4px;
    }

    .dtp-price-list dd {
        text-align: left;
    }

    .lower-message-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding: 24px;
    }

    .lower-message-img {
        width: 68px;
        min-width: 68px;
    }
}


/* ============================================
   WORDPRESS GUIDE PAGE
============================================ */

.page-wordpress {
    --wp-text: #4A3B32;
    --wp-blue: #496A78;
    --wp-blue-light: #E8EFF1;
    --wp-cream: #FAF8F5;
    --wp-white: #FFFEF9;
    --wp-orange: #E07A5F;
}


/* ============================================
   WORDPRESS GUIDE HERO
============================================ */

.page-wordpress .wp-guide-hero {
    padding: 96px 0;
    background: #E8EFF1;
}

.page-wordpress .wp-guide-label {
    margin-bottom: 14px;
}

.page-wordpress .wp-guide-title {
    margin: 0 0 14px;
    color: var(--wp-text);
    font-size: 4.2rem;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.page-wordpress .wp-guide-lead {
    margin: 0 0 46px;
    color: var(--wp-blue);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page-wordpress .wp-guide-hero-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 64px;
    align-items: center;
}

.page-wordpress .wp-guide-copy {
    min-width: 0;
}

.page-wordpress .wp-guide-intro {
    max-width: 600px;
}

.page-wordpress .wp-guide-intro p {
    margin: 0 0 18px;
    color: var(--wp-text);
    font-size: 1.6rem;
    line-height: 2;
}

.page-wordpress .wp-guide-intro p:last-child {
    margin-bottom: 0;
}

.page-wordpress .wp-guide-media {
    margin: 0;
    padding: 3px;
    background: rgba(255, 254, 249, 0.82);
    border: 1px solid rgba(73, 106, 120, 0.18);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(73, 106, 120, 0.1);
}

.page-wordpress .wp-guide-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
}

.page-wordpress .wp-guide-back-link {
    margin: 32px 0 0;
}

.page-wordpress .wp-guide-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--wp-blue);
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}

.page-wordpress .wp-guide-back-link a::before {
    content: "←";
    transition: transform 0.2s ease;
}

.page-wordpress .wp-guide-back-link a:hover::before {
    transform: translateX(-4px);
}


/* ============================================
   WORDPRESS GUIDE HERO / SP
============================================ */

@media (max-width: 768px) {

    .page-wordpress .wp-guide-hero {
        padding: 68px 0;
    }

    .page-wordpress .wp-guide-label {
        margin-bottom: 12px;
    }

    .page-wordpress .wp-guide-title {
        margin-bottom: 12px;
        font-size: 3rem;
        line-height: 1.5;
    }

    .page-wordpress .wp-guide-lead {
        margin-bottom: 28px;
        font-size: 1.5rem;
    }

    .page-wordpress .wp-guide-hero-bottom {
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }

    .page-wordpress .wp-guide-media {
        order: -1;
        padding: 8px;
        border-radius: 16px;
    }

    .page-wordpress .wp-guide-media img {
        border-radius: 10px;
    }

    .page-wordpress .wp-guide-intro p {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .page-wordpress .wp-guide-back-link {
        margin-top: 26px;
    }
}


/* FEATURE */

.page-wordpress .wp-feature-section {
    background: var(--wp-cream);
}

.page-wordpress .wp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.page-wordpress .wp-feature-card {
    padding: 28px 26px;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.18);
    border-radius: 16px;
}

.page-wordpress .wp-feature-number {
    margin-bottom: 12px;
    color: #8FA8B1;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.page-wordpress .wp-feature-card h4 {
    margin-bottom: 12px;
    color: var(--wp-text);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.55;
}

.page-wordpress .wp-feature-card p:last-child {
    margin: 0;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.85;
}


/* FIT */

.page-wordpress .wp-fit-section {
    background: #F2F6F7;
}

.page-wordpress .wp-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.page-wordpress .wp-fit-card {
    padding: 32px;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 18px;
}

.page-wordpress .wp-fit-card-sub {
    background: #F8F3EC;
    border-color: rgba(224, 122, 95, 0.2);
}

.page-wordpress .wp-fit-card h4 {
    margin-bottom: 18px;
    color: var(--wp-text);
    font-size: 1.8rem;
    font-weight: bold;
}

.page-wordpress .wp-fit-card ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
}

.page-wordpress .wp-fit-card ul li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8FA8B1;
    content: "";
}

.page-wordpress .wp-fit-card-sub ul li::before {
    background: #E6B39F;
}

.page-wordpress .wp-fit-note {
    margin: 28px 0 0;
    color: #6B625D;
    font-size: 1.4rem;
    line-height: 1.9;
}


/* BUILD */

.page-wordpress .wp-build-section {
    background: var(--wp-cream);
}

.page-wordpress .wp-build-lead {
    margin-bottom: 30px;
}

.page-wordpress .wp-build-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.page-wordpress .wp-build-card {
    padding: 34px;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 18px;
}

.page-wordpress .wp-build-label {
    margin-bottom: 12px;
    color: var(--wp-blue);
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.page-wordpress .wp-build-recommend {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 8px 2px 8px;
    background: var(--wp-orange);
    border-radius: 2px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    vertical-align: 1px;
}

.page-wordpress .wp-build-card h4 {
    margin-bottom: 16px;
    color: var(--wp-text);
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.55;
}

.page-wordpress .wp-build-card p {
    margin-bottom: 12px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.9;
}

.page-wordpress .wp-build-card p:last-child {
    margin-bottom: 0;
}

.page-wordpress .wp-build-note {
    margin: 28px 0 0;
    color: var(--wp-blue);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9;
}

.page-wordpress .wp-build-voice {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 34px;
}

.page-wordpress .wp-build-voice-icon {
    flex: 0 0 72px;
    margin: 0;
}

.page-wordpress .wp-build-voice-icon img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(73, 106, 120, 0.12);
}

.page-wordpress .wp-build-voice-balloon {
    position: relative;
    padding: 20px 24px;
    background: #fffef9;
    border: 1px solid rgba(73, 106, 120, 0.18);
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(73, 106, 120, 0.08);
}

.page-wordpress .wp-build-voice-balloon::before {
    position: absolute;
    top: 24px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #fffef9;
    border-bottom: 10px solid transparent;
    content: "";
}

.page-wordpress .wp-build-voice-balloon::after {
    position: absolute;
    top: 24px;
    left: -14px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 13px solid rgba(73, 106, 120, 0.18);
    border-bottom: 11px solid transparent;
    content: "";
    z-index: -1;
}

.page-wordpress .wp-build-voice-balloon p {
    margin: 0;
    color: var(--wp-blue);
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.9;
}

.page-wordpress .wp-build-section .voice-balloon {
    margin-top: 34px;
}

@media (max-width: 768px) {
    .page-wordpress .wp-build-section .voice-balloon {
        margin-top: 26px;
    }
}


/* TO-CHI SUPPORT */

.page-wordpress .wp-support-section {
    background: #E8EFF1;
}

.page-wordpress .wp-support-box {
    padding: 36px;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 18px;
}

.page-wordpress .wp-support-text {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(73, 106, 120, 0.16);
}

.page-wordpress .wp-support-text p {
    margin: 0;
    color: var(--wp-text);
    font-size: 1.5rem;
    line-height: 1.95;
}

.page-wordpress .wp-support-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 34px;
}

.page-wordpress .wp-support-list li {
    position: relative;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
}

.page-wordpress .wp-support-list li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wp-orange);
    content: "";
}


/* MAINTENANCE */

.page-wordpress .wp-maintenance-section {
    background: #F7F3EC;
}

.page-wordpress .wp-maintenance-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    overflow: hidden;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 18px;
}

.page-wordpress .wp-maintenance-text {
    padding: 34px 38px;
}

.page-wordpress .wp-maintenance-text p {
    margin-bottom: 16px;
    color: var(--wp-text);
    font-size: 1.5rem;
    line-height: 1.95;
}

.page-wordpress .wp-maintenance-text p:last-child {
    margin-bottom: 0;
}

.page-wordpress .wp-maintenance-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: rgba(232, 239, 241, 0.82);
    border-left: 1px solid rgba(73, 106, 120, 0.18);
}

.page-wordpress .wp-maintenance-price-label {
    margin-bottom: 14px;
    color: var(--wp-blue);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
}

.page-wordpress .wp-maintenance-price-main {
    margin-bottom: 14px;
    color: var(--wp-orange);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

.page-wordpress .wp-maintenance-price-main span {
    margin: 0 3px;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
}

.page-wordpress .wp-maintenance-price-note {
    margin: 0;
    color: #6B625D;
    font-size: 1.2rem;
    line-height: 1.8;
}

.page-wordpress .wp-maintenance-notes {
    margin: 24px 0 0;
}

.page-wordpress .wp-maintenance-notes li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 1em;
    color: #6B625D;
    font-size: 1.2rem;
    line-height: 1.8;
}

.page-wordpress .wp-maintenance-notes li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}


/* ENGINEER */

.page-wordpress .wp-engineer-section {
    background: var(--wp-cream);
}

.page-wordpress .wp-engineer-box {
    padding: 38px 42px;
    background: #496A78;
    border-radius: 18px;
}

.page-wordpress .wp-engineer-text {
    max-width: 820px;
}

.page-wordpress .wp-engineer-text p {
    margin-bottom: 16px;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1.95;
}

.page-wordpress .wp-engineer-text p:last-child {
    margin-bottom: 0;
}


/* OFFICIAL LINKS */

.page-wordpress .wp-official-section {
    background: #F2F6F7;
}

.page-wordpress .wp-official-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.page-wordpress .wp-official-links a {
    position: relative;
    display: block;
    min-height: 142px;
    padding: 26px 24px;
    background: var(--wp-white);
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 16px;
    color: var(--wp-text);
    text-decoration: none;
}

.page-wordpress .wp-official-links a::after {
    position: absolute;
    top: 23px;
    right: 22px;
    color: var(--wp-blue);
    content: "↗";
    font-size: 1.8rem;
}

.page-wordpress .wp-official-links span {
    display: block;
    margin-bottom: 12px;
    padding-right: 20px;
    color: var(--wp-blue);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.page-wordpress .wp-official-links small {
    display: block;
    color: #6B625D;
    font-size: 1.2rem;
    line-height: 1.8;
}




.page-wordpress .wp-partial-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 34px;
    margin-top: 30px;
    padding: 30px 34px;
    background: #f4f8f9;
    border: 1px solid rgba(73, 106, 120, 0.2);
    border-radius: 18px;
}

.page-wordpress .wp-partial-box-text h4 {
    margin: 0 0 16px;
    color: var(--wp-text);
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .page-wordpress .wp-partial-box-text h4 {
        font-size: 1.8rem;
    }
}

.page-wordpress .wp-partial-box-text p {
    margin-bottom: 12px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.9;
}

.page-wordpress .wp-partial-box-text p:last-child {
    margin-bottom: 0;
}

.page-wordpress .wp-partial-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.page-wordpress .wp-partial-list li {
    position: relative;
    padding-left: 1.25em;
    color: #4A3B32;
    font-size: 1.4rem;
    line-height: 1.75;
}

.page-wordpress .wp-partial-list li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wp-orange);
    content: "";
}

@media (max-width: 768px) {
    .page-wordpress .wp-partial-box {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px;
    }

    .page-wordpress .wp-partial-box-title {
        font-size: 1.6rem;
    }

    .page-wordpress .wp-partial-list {
        gap: 8px;
    }
}







/* SP */

@media (max-width: 768px) {

    .page-wordpress .wp-guide-hero {
        padding: 76px 0 68px;
    }

    .page-wordpress .wp-guide-title {
        font-size: 3rem;
        line-height: 1.5;
    }

    .page-wordpress .wp-guide-lead {
        margin-bottom: 25px;
        font-size: 1.5rem;
        line-height: 1.7;
    }

    .page-wordpress .wp-guide-intro p {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .page-wordpress .wp-feature-grid,
    .page-wordpress .wp-fit-grid,
    .page-wordpress .wp-build-grid,
    .page-wordpress .wp-official-links {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page-wordpress .wp-feature-card,
    .page-wordpress .wp-fit-card,
    .page-wordpress .wp-build-card {
        padding: 24px;
    }

    .page-wordpress .wp-support-box {
        padding: 26px 24px;
    }

    .page-wordpress .wp-support-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .page-wordpress .wp-maintenance-box {
        grid-template-columns: 1fr;
    }

    .page-wordpress .wp-maintenance-text {
        padding: 26px 24px;
    }

    .page-wordpress .wp-maintenance-text p {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .page-wordpress .wp-maintenance-price {
        padding: 26px 24px;
        border-top: 1px solid rgba(73, 106, 120, 0.18);
        border-left: none;
    }

    .page-wordpress .wp-maintenance-price-main span {
        font-size: 3.4rem;
    }

    .page-wordpress .wp-engineer-box {
        padding: 28px 24px;
    }

    .page-wordpress .wp-engineer-text p {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .page-wordpress .wp-official-links a {
        min-height: auto;
        padding: 22px;
    }
}