* {
    box-sizing: border-box;
}

body.illareya-body {
    margin: 0;
    background: #f4f4f4;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.illareya-layout {
    max-width: 1180px;
    margin: 0 auto 64px;
    padding: 0 24px;
}

.illareya-header-image {
    margin: 0 0 24px;
}

.illareya-header-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.illareya-header-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.illareya-header-image-article-lp {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.illareya-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 800px) 300px;
    gap: 32px;
    align-items: start;
}

.illareya-content-single {
    max-width: 800px;
    margin: 0 auto;
}

.illareya-content-article-lp {
    max-width: 860px;
}

.illareya-entry {
    background: #fff;
    border-radius: 4px;
    padding: 56px 32px 64px;
}

.article-tags {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 44px 0 0;
}

.article-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 14px;
    border: 1px solid #d8dde2;
    border-radius: 8px;
    background: #fff;
    color: #22303a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.article-tag:hover,
.article-tag:focus {
    border-color: #9aa7b1;
    color: #0066cc;
    text-decoration: none;
}

.article-prev-next-nav {
    clear: both;
    margin: 2.2em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #e5e5e5;
}

.article-prev-next-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.article-prev-next-link,
.article-prev-next-spacer {
    display: flex;
    align-items: flex-start;
    min-height: 0;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
}

.article-prev-next-link-prev {
    justify-content: flex-start;
    text-align: left;
}

.article-prev-next-link-next {
    justify-content: flex-end;
    text-align: right;
}

.article-prev-next-body {
    min-width: 0;
}

.article-prev-next-label {
    display: block;
    margin: 0 0 2px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.article-prev-next-title {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.article-prev-next-arrow {
    flex: 0 0 auto;
    color: #888;
    font-size: 24px;
    line-height: 1.3;
}

.article-prev-next-link-prev .article-prev-next-arrow {
    margin-right: 8px;
}

.article-prev-next-link-next .article-prev-next-arrow {
    margin-left: 8px;
}

.article-prev-next-link:hover .article-prev-next-title,
.article-prev-next-link:focus .article-prev-next-title {
    color: #0066cc;
}

.illareya-index-entry {
    padding-top: 36px;
}

.illareya-index-header {
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ddd;
}

.illareya-index-title {
    margin: 0;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
}

.illareya-index-lead {
    margin: 8px 0 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.illareya-index-list {
    display: block;
}

.illareya-index-card {
    border-bottom: 1px solid #e5e5e5;
}

.illareya-index-card-link {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    color: inherit;
    text-decoration: none;
}

.illareya-index-card-link-has-thumb {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.illareya-index-card-link:hover .illareya-index-card-title {
    color: #0066cc;
}

.illareya-index-thumb {
    display: block;
    width: 180px;
    aspect-ratio: 16 / 9;
    background: #f2f2f2;
    overflow: hidden;
}

.illareya-index-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.illareya-index-thumb-placeholder {
    border: 1px solid #d8d8d8;
    background:
        linear-gradient(135deg, transparent 47%, rgba(120, 120, 120, 0.18) 48%, rgba(120, 120, 120, 0.18) 52%, transparent 53%),
        linear-gradient(45deg, transparent 47%, rgba(120, 120, 120, 0.12) 48%, rgba(120, 120, 120, 0.12) 52%, transparent 53%),
        #ececec;
}

.illareya-index-card-body {
    display: block;
    min-width: 0;
}

.illareya-index-card-title {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.illareya-index-card-date {
    display: block;
    margin: 6px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

.illareya-index-card-excerpt {
    display: block;
    margin: 10px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.illareya-index-read-more {
    display: inline-block;
    margin: 12px 0 0;
    color: #0066cc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.illareya-index-empty {
    margin: 22px 0 0;
    color: #555;
}

.illareya-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0 0;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}

.illareya-pagination-pages {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.illareya-pagination-link,
.illareya-pagination-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #c9d1c4;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(36, 50, 31, 0.08);
}

.illareya-pagination-link:hover {
    border-color: #4a7c59;
    color: #255d35;
}

.illareya-pagination-current {
    border-color: #4a7c59;
    background: #4a7c59;
    color: #fff;
}

.illareya-pagination-edge {
    min-width: 68px;
}

.illareya-pagination-disabled {
    background: #f4f4f4;
    color: #999;
    box-shadow: none;
}

.illareya-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 38px;
    color: #777;
    font-weight: 700;
}

.illareya-sidebar {
    background: #fff;
    border-radius: 4px;
    padding: 22px 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.65;
}

.illareya-sidebar h2 {
    margin: 0 0 12px;
    padding: 0 0 9px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 17px;
    line-height: 1.4;
}

.illareya-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.illareya-sidebar li {
    margin: 0;
    border-bottom: 1px solid #eee;
}

.illareya-sidebar a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

.illareya-sidebar a:hover {
    color: #0066cc;
}

.illareya-sidebar .illareya-popular-link-has-thumb {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.illareya-popular-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    margin: 0 6px 0 0;
    padding: 0 6px;
    border-radius: 999px;
    background: #4b5563;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: 1px;
}

.illareya-popular-rank-gold {
    background: linear-gradient(135deg, #f7d65a 0%, #c99318 100%);
    color: #3a2600;
}

.illareya-popular-rank-silver {
    background: linear-gradient(135deg, #f3f4f6 0%, #9ca3af 100%);
    color: #1f2937;
}

.illareya-popular-rank-bronze {
    background: linear-gradient(135deg, #d89255 0%, #8a4d24 100%);
    color: #fff;
}

.illareya-popular-thumb {
    display: block;
    position: relative;
    width: 72px;
    aspect-ratio: 1 / 1;
    background: #f2f2f2;
    overflow: hidden;
}

.illareya-popular-thumb .illareya-popular-rank {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.illareya-popular-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.illareya-popular-body {
    display: block;
    min-width: 0;
}

.illareya-popular-title {
    display: block;
}

.illareya-popular-pv {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 12px;
    line-height: 1.35;
}

.article-header {
    margin-bottom: 28px;
}

.entry-title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
}

.entry-meta {
    color: #666;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    font-size: 14px;
}

.post-date,
.post-update {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.entry-meta-icon {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    color: currentColor;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.illareya-paid-price-badge {
    display: inline-flex;
    align-items: center;
    margin: 14px 0 0;
    padding: 4px 10px;
    border: 1px solid #2f3437;
    border-radius: 4px;
    background: #2f3437;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.entry-content {
    max-width: 800px;
    margin: 0 auto;
}

.entry-content p {
    margin: 0 0 1.8em;
}

.entry-content .check {
    padding-left: 28px;
    background: url('/static/meijin_cms/images/ico_check.png') no-repeat 0 0.4em;
    background-size: 20px 20px;
    line-height: 1.8;
    list-style: none;
}

.entry-content strong {
    font-weight: 700;
}

.entry-content a {
    color: #0066cc;
}

.entry-content blockquote,
.entry-content .block {
    position: relative;
    overflow: hidden;
    padding: 26px 30px 22px;
    background: #d8d8d8;
    border: none;
    box-shadow: none;
    margin: 1.5em 0;
}

.entry-content blockquote::before,
.entry-content .block::before,
.entry-content blockquote::after,
.entry-content .block::after {
    position: absolute;
    color: rgba(255, 255, 255, 0.68);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.entry-content blockquote::before,
.entry-content .block::before {
    content: "\201C";
    top: -16px;
    left: 8px;
}

.entry-content blockquote::after,
.entry-content .block::after {
    content: "\201D";
    right: 10px;
    bottom: -50px;
}

.entry-content blockquote p,
.entry-content .block p {
    margin: 0 0 1.1em;
}

.entry-content blockquote > :last-child,
.entry-content .block > :last-child {
    margin-bottom: 0;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content img.alignnone {
    display: inline-block;
    margin: 0 .25em;
    vertical-align: middle;
}

.entry-content img.aligncenter {
    display: block;
    margin: 0 auto 1.8em;
}

.entry-content .illareya-image-block img {
    display: block;
    margin: 0 0 1.8em;
}

.entry-content .illareya-image-block img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.entry-content .illareya-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 16px;
    margin: 0 0 1.8em;
}

.entry-content .illareya-gallery.gallery-columns-1 {
    grid-template-columns: minmax(0, 1fr);
}

.entry-content .illareya-gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-content .illareya-gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entry-content .illareya-gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.entry-content .illareya-gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.entry-content .illareya-gallery .gallery-item,
.entry-content .illareya-gallery .gallery-icon {
    margin: 0;
}

.entry-content .illareya-gallery .illareya-gallery-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.entry-content .illareya-gallery img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
}

.entry-content .illareya-gallery .gallery-caption {
    margin: .45em 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.entry-content .illareya-st-cmemo {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 1.8em;
    padding: 18px 20px;
    border-left: 6px solid var(--st-cmemo-icon-color, #9ccc65);
    border-radius: 3px;
    background: var(--st-cmemo-bg, #f1f8e9) !important;
    color: var(--st-cmemo-color, #111) !important;
    color-scheme: light;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.entry-content .illareya-st-cmemo-icon {
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid var(--st-cmemo-icon-color, #9ccc65);
    border-radius: 50%;
    background: #fff !important;
    color: var(--st-cmemo-icon-color, #9ccc65) !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.entry-content .illareya-st-cmemo-body {
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
}

.entry-content .illareya-st-cmemo-body p {
    margin: 0 0 1em;
}

.entry-content .illareya-st-cmemo-body > :last-child {
    margin-bottom: 0;
}

.entry-content .illareya-st-cmemo[data-darkreader-ignore],
.entry-content .illareya-st-cmemo[data-darkreader-ignore] .illareya-st-cmemo-body,
.entry-content .illareya-st-cmemo[data-darkreader-ignore] .illareya-st-cmemo-body * {
    color: var(--st-cmemo-color, #111) !important;
}

.entry-content .product-overview {
    display: flex;
    gap: 2em;
    align-items: flex-start;
    margin: 2em 0;
}

.entry-content .product-overview .product-image {
    flex: 0 0 300px;
    max-width: 300px;
}

.entry-content .product-overview .product-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.entry-content .product-overview .product-desc {
    flex: 1;
    min-width: 0;
}

.illareya-paid-article-body {
    display: contents;
}

.illareya-paid-admin-test {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 1.4em;
    padding: 10px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    background: #f7f7f7;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

.illareya-paid-admin-test-label {
    font-weight: 700;
}

.illareya-paid-admin-test-current {
    color: #666;
}

.illareya-paid-admin-test-options {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.illareya-paid-admin-test-link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.illareya-paid-admin-test-link:hover,
.illareya-paid-admin-test-link:focus {
    border-color: #777;
    color: #111;
    text-decoration: none;
}

.illareya-paid-admin-test-link.is-active {
    border-color: #2f3437;
    background: #2f3437;
    color: #fff;
}

.illareya-paid-gate {
    clear: both;
    margin: 3.2em 0 2.4em;
}

.illareya-paid-gate-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.illareya-paid-gate-divider::before,
.illareya-paid-gate-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #d9d9d9;
}

.illareya-paid-gate-panel {
    display: block;
    padding: 28px 24px 30px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fafafa;
    text-align: center;
}

.illareya-paid-gate-count {
    margin: 0 0 8px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.illareya-paid-gate-price {
    margin: 0 0 10px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

.illareya-paid-gate-note {
    margin: 0 0 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.illareya-paid-gate-form {
    margin: 0;
}

.illareya-paid-gate-form button,
.illareya-paid-gate-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 220px;
    padding: 12px 22px;
    border: 1px solid #2f3437;
    border-radius: 6px;
    background: #2f3437;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}

.illareya-paid-gate-form button:hover,
.illareya-paid-gate-form button:focus,
.illareya-paid-gate-login:hover,
.illareya-paid-gate-login:focus {
    border-color: #111;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.illareya-video-embed {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 0 1.8em;
    background: #111;
    overflow: hidden;
}

.illareya-video-embed iframe {
    display: block;
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

body.illareya-lightbox-open {
    overflow: hidden;
}

.illareya-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 42px 64px;
    background: rgba(0, 0, 0, 0.86);
}

.illareya-lightbox.is-open {
    display: flex;
}

.illareya-lightbox-inner {
    max-width: min(1120px, 100%);
    max-height: 100%;
    text-align: center;
}

.illareya-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #111;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.illareya-lightbox-caption {
    margin: 14px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.illareya-lightbox-button {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
}

.illareya-lightbox-button:hover,
.illareya-lightbox-button:focus {
    background: rgba(255, 255, 255, 0.26);
    outline: none;
}

.illareya-lightbox-close {
    top: 16px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.illareya-lightbox-prev,
.illareya-lightbox-next {
    top: 50%;
    width: 48px;
    height: 72px;
    transform: translateY(-50%);
    border-radius: 4px;
}

.illareya-lightbox-prev {
    left: 16px;
}

.illareya-lightbox-next {
    right: 16px;
}

.illareya-amazon-embed {
    display: flex;
    justify-content: center;
    margin: 0 0 1.8em;
}

.illareya-amazon-embed iframe {
    display: block;
    width: 120px !important;
    height: 240px !important;
    border: 0;
}

.illareya-amazon-card {
    margin: 0 0 1.8em;
}

.illareya-amazon-card-link {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 620px;
    padding: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background: #fff;
    color: #222;
    text-decoration: none;
}

.illareya-amazon-card-link:hover {
    border-color: #ff9900;
    color: #222;
}

.illareya-amazon-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background: #f7f7f7;
}

.illareya-amazon-card-image img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    margin: 0;
}

.illareya-amazon-card-body {
    display: block;
    min-width: 0;
}

.illareya-amazon-card-label,
.illareya-amazon-card-title,
.illareya-amazon-card-button {
    display: block;
}

.illareya-amazon-card-label {
    margin: 0 0 6px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.illareya-amazon-card-title {
    margin: 0 0 12px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.illareya-amazon-card-price-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin: 0 0 10px;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
}

.illareya-amazon-card-price-item {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

.illareya-amazon-card-price-label {
    color: #666;
    font-weight: 700;
}

.illareya-amazon-card-price-sale .illareya-amazon-card-price-value,
.illareya-amazon-card-price-discount .illareya-amazon-card-price-value {
    color: #b12704;
    font-weight: 700;
}

.illareya-amazon-card-price-history {
    display: block;
    box-sizing: border-box;
    max-width: 620px;
    margin: 8px 0 0;
    padding: 8px 10px;
    border-left: 3px solid #ff9900;
    background: #f3f3f3;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

.illareya-amazon-card-price-history-line {
    display: block;
}

.illareya-amazon-card-button {
    width: max-content;
    max-width: 100%;
    padding: 8px 16px;
    border-radius: 6px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.entry-content .alignleft {
    float: left;
    margin: 0 1.6em 1em 0;
}

.entry-content .alignright {
    float: right;
    margin: 0 0 1em 1.6em;
}

.entry-content h1 {
    border-bottom: 3px solid #d0d0d0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin: 72px 0 28px;
    padding: 0 0 0.35em;
}

.entry-content h2 {
    background: #d8d8d8;
    border-radius: 2px;
    font-size: 24px;
    line-height: 1.35;
    margin: 124px 0 28px;
    padding: 25px;
}

.entry-content h3 {
    border: 1px solid #d0d0d0;
    border-left: 6px solid #777;
    font-size: 24px;
    line-height: 1.35;
    margin: 124px 0 24px;
    padding: 14px 20px;
}

.entry-content h4 {
    background: transparent;
    border-top: 2px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
    font-size: 20px;
    line-height: 1.45;
    margin: 74px 0 20px;
    padding: 9px 10px;
}

.entry-content h5 {
    border-left: 4px solid #999;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 74px 0 16px;
    padding: 4px 0 4px 12px;
}

.entry-content h6 {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 74px 0 14px;
}

.toc {
    border: 1px solid #d0d0d0;
    display: table;
    margin: 16px auto 32px;
    max-width: 92%;
    min-width: min(680px, 100%);
    padding: 16px 26px;
}

.toc-title {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}

.toc-list {
    margin: 0;
    padding-left: 1.5em;
}

.toc-list li {
    margin: 0.35em 0;
}

.toc-list .toc-level-3 {
    margin-left: 1.2em;
}

.toc-list .toc-level-4 {
    margin-left: 2.4em;
}

.toc a {
    color: inherit;
    text-decoration: none;
}

.speech-wrap {
    clear: both;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 32px;
}

.speech-person {
    flex: 0 0 82px;
    text-align: center;
}

.speech-icon {
    margin: 0;
}

.speech-icon-image {
    display: block;
    width: 72px !important;
    height: 72px !important;
    margin: 0 auto !important;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.speech-name {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.speech-balloon {
    position: relative;
    flex: 1 1 auto;
    max-width: calc(100% - 102px);
    min-height: 56px;
    margin: 0;
    padding: 10px 14px;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
}

.speech-balloon::before,
.speech-balloon::after {
    content: "";
    position: absolute;
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
}

.speech-balloon::before {
    left: -14px;
    border-width: 8px 14px 8px 0;
    border-color: transparent #d0d0d0 transparent transparent;
}

.speech-balloon::after {
    left: -10px;
    border-width: 7px 12px 7px 0;
    border-color: transparent #fff transparent transparent;
}

.speech-wrap.sbp-r {
    flex-direction: row-reverse;
}

.speech-wrap.sbp-r .speech-balloon::before {
    left: auto;
    right: -14px;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #d0d0d0;
}

.speech-wrap.sbp-r .speech-balloon::after {
    left: auto;
    right: -10px;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
}

.speech-balloon p {
    margin: 0;
}

.speech-wrap-simple {
    display: block;
}

.speech-balloon-simple {
    max-width: none;
}

.speech-balloon-simple::before,
.speech-balloon-simple::after {
    display: none;
}

.blogcard-wrap {
    clear: both;
    margin: 0 40px 1.8em;
}

.blogcard {
    display: block;
    padding: 15px 18px 13px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.blogcard:hover {
    border-color: #aaa;
    background: #fcfcfc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.blogcard-label {
    display: inline-block;
    margin: 0 0 8px;
    padding: 2px 8px;
    border-radius: 3px;
    background: #7cb342;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.blogcard-title {
    display: block;
    margin: 0 0 10px;
    color: #0066cc;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.blogcard-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 90px;
}

.blogcard-thumbnail {
    flex: 0 0 160px;
    display: block;
    width: 160px;
    height: 90px;
    margin: 0;
    outline: 1px solid #e4e4e4;
    outline-offset: -1px;
    overflow: hidden;
    background: #f0f0f0;
}

.entry-content .blogcard-thumb-image {
    display: block;
    width: 160px;
    height: 90px;
    margin: 0 !important;
    object-fit: cover;
}

.blogcard-snippet {
    display: block;
    flex: 1 1 auto;
    color: #666;
    font-size: 14px;
    line-height: 1.58;
    margin: -2px 0 0;
}

.blogcard-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    line-height: 1;
}

.blogcard-site {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 12px;
}

.blogcard-favicon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.entry-content .blogcard-favicon-image {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    object-fit: cover;
}

.blogcard-domain {
    display: inline-block;
}

.illareya-share {
    border-top: 1px solid #e0e0e0;
    margin-top: 3em;
    padding-top: 1.5em;
    text-align: center;
}

.illareya-share a {
    display: inline-block;
    margin: 4px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    text-decoration: none;
}

.cf::after,
.entry-content::after {
    content: "";
    display: block;
    clear: both;
}

.article-end-cta {
    clear: both;
    margin: 4em 0 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(128, 128, 128, 0.38);
}

.entry-content .article-end-cta-label,
.article-end-cta-label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 22px;
    padding: 4px 12px;
    border: 1px solid rgba(74, 124, 89, 0.42);
    border-radius: 999px;
    background: rgba(74, 124, 89, 0.1);
    color: #4a7c59;
    font-size: 0.82em;
    font-weight: 700;
    line-height: 1.4;
}

.article-cta-block {
    margin: 0 0 22px;
    padding: 18px 20px;
    border: 2px solid rgba(74, 124, 89, 0.3);
    border-radius: 6px;
    background: rgba(74, 124, 89, 0.045);
    box-shadow: 0 14px 30px rgba(31, 45, 35, 0.22), 0 3px 8px rgba(31, 45, 35, 0.14);
}

.article-cta-block:last-child {
    margin-bottom: 0;
}

.entry-content .article-cta-title,
.article-cta-title {
    display: block;
    margin: 0 0 16px;
    padding: 9px 14px;
    border: 1px solid #3f704d;
    color: #fff;
    background: #4a7c59;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.45;
}

.entry-content .article-cta-title:not(:first-child),
.article-cta-title:not(:first-child) {
    margin-top: 1.4em;
}

.article-cta-block.article-cta-block-AdobeCC-Amazon .article-cta-title {
    background: #3d6549;
}

.article-cta-block.article-cta-block-PatternSwatch-LP {
    border-color: rgba(95, 99, 104, 0.5);
    background: rgba(95, 99, 104, 0.055);
    box-shadow: 0 14px 30px rgba(44, 47, 50, 0.22), 0 3px 8px rgba(44, 47, 50, 0.14);
}

.article-cta-block.article-cta-block-PatternSwatch-LP .article-cta-title {
    border-color: #4f5357;
    background: #4f4e2f;
}

.entry-content .article-cta-block a,
.article-cta-block a {
    color: #005ea8 !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.16em !important;
}

.entry-content .article-cta-block a:hover,
.entry-content .article-cta-block a:focus,
.article-cta-block a:hover,
.article-cta-block a:focus {
    color: #004b87 !important;
    text-decoration-thickness: 1.5px !important;
}

.article-cta-block img {
    max-width: 100%;
    height: auto;
}

.entry-content .article-cta-block .illareya-amazon-card-link,
.article-cta-block .illareya-amazon-card-link {
    color: #222 !important;
    font-weight: inherit !important;
    text-decoration: none !important;
}

.entry-content .article-cta-block .illareya-amazon-card-button,
.article-cta-block .illareya-amazon-card-button {
    color: #fff !important;
}

.illareya-ps2024-offer {
    clear: both;
    margin: 3em 0 1.5em;
    padding: 24px;
    border: 0;
    border-radius: 6px;
    background: transparent;
}

.entry-content .illareya-ps2024-offer h3 {
    margin-top: 0;
}

.illareya-ps2024-campaign-copy {
    font-size: 1.04em;
}

.illareya-ps2024-normal-price {
    font-weight: 700;
}

.illareya-ps2024-sale-price {
    color: #d32f2f;
    font-weight: 700;
}

.illareya-ps2024-price-image {
    margin: 1.2em 0;
    text-align: center;
}

.entry-content .illareya-ps2024-price-image img {
    display: block;
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}

.illareya-ps2024-countdown {
    margin: 1.25em 0 1.5em;
    padding: 14px 20px;
    border: 2px solid #a8222b;
    border-radius: 8px;
    background: #a8222b;
    text-align: center;
}

.illareya-ps2024-countdown-timer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    line-height: 1.45;
}

.illareya-ps2024-live-countdown-wrap {
    flex-basis: 100%;
}

.illareya-ps2024-live-countdown {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.illareya-ps2024-deadline-label {
    color: #d1d5db;
    font-size: 15px;
}

.illareya-ps2024-deadline-date {
    color: #fff;
    white-space: nowrap;
}

.illareya-ps2024-remaining {
    display: inline-block;
    padding: 1px 0 0;
    color: #f3f4f6;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
}

.illareya-ps2024-purchase-prompt {
    text-align: center;
}

.illareya-ps2024-checkout {
    margin: 1.5em 0 0;
    text-align: center;
}

.illareya-ps2024-checkout button {
    width: min(360px, 100%);
    min-height: 52px;
    border: 0;
    border-radius: 4px;
    padding: 0 24px;
    background: var(--ps2024-button-bg, #a8222b);
    color: var(--ps2024-button-color, #fff);
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.illareya-ps2024-checkout button:hover {
    filter: brightness(0.96);
}

.illareya-udemy-coupon-list {
    clear: both;
    margin: 1.5em 0;
}

.illareya-udemy-coupon-course {
    margin: 0 0 3em;
}

.entry-content .illareya-udemy-coupon-course h3 {
    scroll-margin-top: 80px;
}

.entry-content .illareya-udemy-coupon-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry-content .hutoaka {
    color: #d32f2f;
    font-weight: 700;
}

@media (max-width: 700px) {
    body.illareya-body {
        font-size: 16px;
    }

    .illareya-layout {
        padding-left: 12px;
        padding-right: 12px;
    }

    .illareya-content-grid {
        display: block;
    }

    .illareya-entry {
        padding: 28px 16px 44px;
    }

    .illareya-index-entry {
        padding-top: 24px;
    }

    .illareya-index-title {
        font-size: 22px;
    }

    .illareya-index-card-link,
    .illareya-index-card-link-has-thumb {
        display: block;
    }

    .illareya-index-thumb {
        width: 100%;
        margin: 0 0 12px;
    }

    .illareya-index-card-title {
        font-size: 18px;
    }

    .illareya-sidebar {
        margin-top: 24px;
        padding: 18px 16px;
    }

    .entry-title {
        font-size: 24px;
    }

    .entry-meta {
        justify-content: flex-start;
    }

    .article-prev-next-grid {
        grid-template-columns: 1fr;
    }

    .article-prev-next-link,
    .article-prev-next-spacer {
        padding: 10px 0;
    }

    .article-prev-next-link-prev {
        border-bottom: 1px solid #eee;
    }

    .article-prev-next-title {
        font-size: 15px;
    }

    .article-prev-next-arrow {
        font-size: 22px;
    }

    .entry-content h1 {
        font-size: 22px;
        margin-top: 56px;
    }

    .entry-content h2 {
        font-size: 20px;
        margin-top: 124px;
        padding: 18px;
    }

    .entry-content h3 {
        font-size: 19px;
        margin-top: 124px;
    }

    .entry-content h4 {
        font-size: 18px;
        margin-top: 74px;
    }

    .entry-content h5 {
        font-size: 17px;
        margin-top: 74px;
    }

    .entry-content h6 {
        font-size: 16px;
        margin-top: 74px;
    }

    .toc {
        display: block;
        min-width: 0;
        max-width: none;
        padding: 14px 18px;
    }

    .entry-content .product-overview {
        display: block;
    }

    .entry-content .product-overview .product-image {
        max-width: 100%;
        margin: 0 0 1em;
    }

    .entry-content .illareya-gallery,
    .entry-content .illareya-gallery.gallery-columns-3,
    .entry-content .illareya-gallery.gallery-columns-4,
    .entry-content .illareya-gallery.gallery-columns-5,
    .entry-content .illareya-gallery.gallery-columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .illareya-lightbox {
        padding: 42px 12px 28px;
    }

    .illareya-lightbox-image {
        max-height: calc(100vh - 126px);
    }

    .illareya-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .illareya-lightbox-prev,
    .illareya-lightbox-next {
        width: 38px;
        height: 58px;
    }

    .illareya-lightbox-prev {
        left: 8px;
    }

    .illareya-lightbox-next {
        right: 8px;
    }

    .speech-wrap {
        gap: 12px;
    }

    .speech-person {
        flex-basis: 66px;
    }

    .speech-icon-image {
        width: 58px !important;
        height: 58px !important;
    }

    .speech-name {
        margin-top: 5px;
        font-size: 11px;
    }

    .speech-balloon {
        max-width: calc(100% - 78px);
        padding: 9px 12px;
    }

    .blogcard-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .blogcard {
        min-height: 0;
        padding: 14px;
    }

    .blogcard-title {
        font-size: 16px;
    }

    .blogcard-body {
        display: block;
        min-height: 0;
    }

    .blogcard-thumbnail {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
        aspect-ratio: 16 / 9;
    }

    .blogcard-thumbnail,
    .entry-content .blogcard-thumb-image {
        width: 100%;
        height: 100%;
    }

    .blogcard-snippet {
        margin-top: 0;
    }

    .blogcard-footer {
        justify-content: flex-end;
    }

    .illareya-amazon-card-link {
        display: block;
    }

    .illareya-amazon-card-image {
        margin: 0 0 12px;
    }

    .illareya-amazon-card-button {
        width: 100%;
        text-align: center;
    }

    .illareya-ps2024-offer {
        padding: 18px 14px;
    }

    .illareya-ps2024-countdown {
        padding: 14px;
    }

    .illareya-ps2024-countdown-timer {
        flex-direction: column;
        gap: 4px;
        font-size: 17px;
    }

    .illareya-ps2024-live-countdown {
        font-size: 22px;
    }

    .illareya-ps2024-checkout button {
        width: 100%;
        white-space: normal;
    }

    .illareya-paid-gate-panel {
        padding: 24px 16px 26px;
    }

    .illareya-paid-gate-form button,
    .illareya-paid-gate-login {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .entry-content .illareya-gallery,
    .entry-content .illareya-gallery.gallery-columns-2,
    .entry-content .illareya-gallery.gallery-columns-3,
    .entry-content .illareya-gallery.gallery-columns-4,
    .entry-content .illareya-gallery.gallery-columns-5,
    .entry-content .illareya-gallery.gallery-columns-6 {
        grid-template-columns: minmax(0, 1fr);
    }
}
