/* 広告配信事業者等の第三者のプライバシーポリシー及びオプトアウト一覧 */
/* いらない要素を非表示にする */
.date-tags {
    display: none;
}

/* 幅とか調整 */
.content-in {
    justify-content: center;
}

.wrap {
    width: 100%;
}

.main {
    padding: 0px !important;
    overflow: hidden;
}

.entry-content {
    background-color: var(--white);
    color: var(--text-main);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.content {
    margin-top: 0px;
}

.footer {
    margin-top: 0px;
}

.article {
    margin-bottom: 0px !important;
}

.article h2 {
    background: none;
}

.article h3 {
    border: none;
}

.article p{
    margin-bottom: 0px;
}

.article ol {
    padding: 0;
}


/* オリジナル */

.entry-header {
    background-color: color-mix(in srgb, var(--green-1) 65%, transparent) !important;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
}

.entry-title {
    font-weight: bold;
    color: var(--white);
    margin-top: 0px;
    text-align: center;
    padding-right: 15%;
    
}

.small-firstview-img {
    margin-top: 0px;
    overflow: hidden;
    width: 100%;
}

.small-firstview-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.opt-out-wrapper {
    width: 100%;
}

.opt-out-wrapper h2 {
    padding: 0;
}

.opt-out-wrapper p {
    line-height: 2em;
}

.opt-out-wrapper ul {
    max-width: 100%;
}

.opt-out-table th,
.opt-out-table td {
    border: none !important;
}

.opt-out-table table th,
.opt-out-table table tr {
    background-color: transparent !important;
}

.opt-out-table table tr {
    border-bottom: 2px solid #e5e7eb;
}

.opt-out-table a:hover {
    color: #4285f4;
}

@media screen and (min-width: 1024px) {
    .sp-only {
        display: none;
    }

    .small-firstview-img {
        height: 380px;
    }

    .small-firstview-img img {
        height: 380px;
    }

    .entry-header {
        height: 200px;
        top: 252px;
    }

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

    .not-full-width {
        max-width: 1200px;
    }

    .label-text {
        font-size: 24px;
        width: 713px;
    }

    .opt-out-wrapper h2,
    .opt-out-wrapper p,

    .opt-out-wrapper .opt-out-table {
        max-width: 70% !important;
    }

    .opt-out-wrapper ul {
        margin: 20px 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .pc-only {
        display: none;
    }

    .small-firstview-img {
        height: 130px;
    }

    .small-firstview-img img {
        height: 130px;
    }

    .entry-header {
        height: 50px;
        top: 102px;
    }

    .entry-title {
        font-size: 12.8px;
        margin-bottom: 0px;
    }

    .label-text {
        font-size: 14px;
    }

    .opt-out-wrapper h2,
    .opt-out-wrapper p,
    .opt-out-wrapper .opt-out-table {
        max-width: 90% !important;
    }

    .opt-out-wrapper h2 {
        font-size: 17px;
    }
    

    .opt-out-wrapper p {
        font-size: 13px;
    }


}
