/* main
------------------------------------------*/

/* contents
------------------------------------------*/

.campaign-30th .page-main-wrp {
    width: 100%;
    /* padding-bottom: 2em; */
    padding: 6em 30px 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .campaign-30th .page-main-wrp {
        /* padding-top: 25vw; */
        padding-bottom: 1em;
    }
}

.campaign-30th .page-main-wrp .page-main_text {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
}

.page-main-wrp .page-main_text .page-main_title-wrp {
    width: 100%;
    text-align: center;
}

.campaign-30th .entry.page {
    /* background-color: #f9f9f9; */
    /* padding-bottom: 5em; */
}

@media screen and (max-width:767px) {
    .campaign-30th .entry.page {
        padding-bottom: 0em;
    }
}

.campaign-30th-wrp {
    width: 100%;
    /* max-width: calc(1280px - 6em); */
    margin: 0 auto;
    counter-reset: number;
}

.campaign-30th .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4em;
}

@media screen and (max-width:767px) {
    .campaign-30th .inner {
        padding: 3em 1em;
    }
}

.lead-wrp {
    padding: 5em 1em;
    text-align: center;
    background: linear-gradient(rgb(226 235 238 / .6), rgb(226 235 238 / 0), rgb(226 235 238 / .6));
}

@media screen and (max-width:767px) {
    .lead-wrp {
        padding: 3em 1em;
    }
}

.lead-wrp .page-main_lead {
    font-size: 1.25em;
    line-height: 2;
}

/* 応募方法 */

.apply-info {
    background-color: var(--bg-color);
    --bg-color: #f3f8f8;
}

.section-title {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 0.8em 0;
    max-width: 1100px;
    margin: 0 auto;
    color: var(--main-color);
    font-size: 1.5em;
}

.apply-info .step-wrp {
    position: relative;
    padding: 2em 0;
    margin-bottom: 2em;
    gap: 2em;
}

.apply-info .step-wrp::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 97px;
    width: 2em;
    height: 1.5em;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

@media screen and (max-width:767px) {
    .apply-info .step-wrp::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.apply-info .step-wrp.last:after {
    display: none;
}


.apply-info .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-info .text-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}


@media screen and (max-width:767px) {
    .apply-info .text-column {
        text-align: center;
        align-items: center;
        font-size: 1.2em;
    }
}

@media screen and (max-width:767px) {
    .apply-info .step-img {
        width: 65%;
    }
}

.apply-info .step-blue {
    color: var(--main-color);
    font-size: 1.15em;
}

.apply-info .text-column strong,
.questions .q strong {
    color: var(--main-color);
}

.apply-info .step-sup {
    display: inline-block;
    font-size: 0.87em;
}

@media screen and (max-width:767px) {
    .apply-info .step-sup {
        margin-top: 0.8em;
    }

    .apply-info .line-height {
        line-height: 1.5 !important;
    }
}

.apply-info .text-large {
    font-size: 2em;
}

.apply-info .red-bold {
    color: #e8382f;
    font-size: 1.3em;
    text-align: left;
    line-height: 1;
}

.apply-info .red-bold strong {
    font-size: 2em;
    color: #e8382f;
}

.apply-info .btn a {
    display: inline-block;
    width: 16.5sem;
    padding: .4em 2em .6em;
    border: 1px solid var(--main-color);
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    font-size: .9em;
    position: relative;
    transition: all .3s;
}

.apply-info .btn a:hover {
    background-color: #fff;
    color: var(--main-color);
}

.apply-info .product-table,
.questions .product-table {
    border: var(--main-color);
    background-color: #fff;
    max-width: 420px;
}

.apply-info .product-table td,
.questions .product-table thead th,
.questions .product-table td {
    border: 1px solid var(--main-color);
}

.apply-info .product-table td {
    padding: .6em;
    padding-left: 1.2em;
}

@media screen and (max-width:767px) {
    .apply-info .product-table {
        font-size: 0.85em;
    }

    .product-table td {
        text-align: center;
    }

    .apply-info .txt-img-column {
        text-align: center;
        display: block !important;
    }

    .apply-info .txt-img-column .wp-block-image {
        margin-top: 1.5em;
    }
}

.apply-info .txt-img-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 10px;  */
}

.apply-info .txt-img-column img {
    max-width: 190px;
    height: auto;
}

.apply-info .postcard-info-table {
    border: 1px solid var(--main-color);
    padding: 0.4em;
    max-width: 420px;
    text-align: left;
}

.apply-info .postcard-info-table td {
    border: none;
    position: relative;
    padding-left: 1em;
    margin: 0;
}

@media screen and (min-width: 1061px) {
    br.tablet-break {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    br.tablet-break {
        display: none;
    }
}

@media screen and (max-width: 1060px) and (min-width: 925px) {
    br.tablet-break {
        display: block;
    }
}

.apply-info .postcard-info-table td::before {
    content: "•";
    color: #0073aa;
    font-size: 3em;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -0.05em;
}

.apply-info .table-wrp {
    overflow: visible !important;
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #0073aa;
    padding: .75em;
}

.post-list li {
    position: relative;
    padding: .25em 1.5em .25em 1em;
    font-size: min(1em, 4vw);
}

.post-list li::before {
    content: "";
    background-color: #0073aa;
    width: .5em;
    height: .5em;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 応募宛先 */

.address-wrp {
    text-align: center;
    max-width: 800px;
    padding: 1.8em 1.8em;
    background-color: #fff;
    border: 1px solid var(--main-color);
    margin: 0 auto;
}

.address-wrp .address-title {
    font-size: 1.5em;
    color: var(--main-color);
    display: inline-block;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 0.3em;
}

@media screen and (min-width:767px) {
    .address-wrp .address-title {
        width: 30%
    }
}

@media screen and (max-width:767px) {
    .address-wrp .address-title {
        width: 60%
    }
}

.address-wrp .address {
    font-size: 1.1em;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}

@media screen and (max-width:767px) {
    .address-wrp .address {
        line-height: 1.7;
        font-size: 1.15em;
    }
}

.address-wrp .campaign-name strong {
    font-size: 1.5em;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .address-wrp .campaign-name strong {
        font-size: 1.4em;
        margin-top: 0.75em;
    }
}

.address-wrp .deadline {
    display: inline-block;
    font-size: 1.15em;
    line-height: 1.5;
    padding: 0.5em 1em;
    margin: 1.2em 1.2em;
    background-color: #ffe6e6;
}

.address-wrp .deadline strong {
    color: #e8382f;
}

.address-wrp .shipping-date {
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 0.5em 1em;
}

/* 個人情報について */

.privacy-wrp {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    background-color: #fff;
    padding: 3em 4em;
}

@media screen and (max-width:767px) {
    .privacy-wrp {
        padding: 3em 2em;
    }
}

.privacy-wrp .privacy-title {
    margin-bottom: 1em;
    font-size: 1.2em;
    color: var(--main-color);
}

.privacy-wrp p {
    line-height: 1.7;
}

/* Q＆A */

.questions {
    background-color: #fffcf0;
}

@media screen and (max-width:767px) {

    .questions .icon img {
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .questions .mark .aligncenter {
        width: 160px;
        margin: 0 auto;
    }

    .questions .mark {
        width: 100% !important;
    }
}

.questions .product-table td {
    padding: .6em;
}

@media screen and (max-width:767px) {
    .questions .product-table td {
        padding: 1em;
    }

    .questions .product-table th {
        vertical-align: middle;
    }
}

.questions .q-wrp .q {
    border: 1px solid var(--main-color);
    ;
    padding: 3em;
    margin-bottom: 2%;
    font-size: .9em;
    background-color: #fff;
    border-radius: 6px;
}

.questions .q-wrp .q100 {
    width: 100%;
}

.questions .q-wrp .q50 {
    width: 49%;
}

.questions .q-wrp .q50 strong {
    color: #e8382f;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .questions .q-wrp .q50 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2%;
    }
}





.q-wrp>.wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.q-wrp h3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin: 2em 0;
    font-size: 1.2em;
    font-weight: normal;
    color: var(--main-color);
    position: relative;
    padding-left: 1em;
}

.q-wrp h3::before {
    content: '';
    width: .6em;
    height: .6em;
    border: 4px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: 0;
}


.questions .q-column {
    width: 500px;
}

.q-wrp .q .wp-block-columns.is-layout-flex {
    gap: 2em;
}

@media screen and (max-width:767px) {
    .q-wrp .q .wp-block-columns.is-layout-flex:not(.campaign-30th-step) .wp-block-image {
        width: 40%;
        margin: 0 auto;
    }
}

.q-wrp .q .wp-block-columns.is-layout-flex.campaign-30th-step {
    gap: .5em;
    margin-top: 1.5em;
}

.campaign-30th-step .wp-block-column {
    background: var(--step_bg);
    aspect-ratio: 1/1;
}

.q-wrp .q.w100 {
    width: 100%;
}

@media screen and (max-width:767px) {
    .q-wrp .q {
        width: 100%;
        padding: 2em;
    }
}

.q-wrp .q h4 {
    color: var(--main-color);
    display: block;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-left: 3.8em;
    position: relative;
}

.q-wrp .q h4::before {
    counter-increment: number;
    content: 'Q' counter(number);
    display: block;
    width: 3em;
    font-size: min(1.8em, 5vw);
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .1em;
    transform: translateY(-.2em);
}

.q-wrp .q p {
    line-height: 1.8;
    margin-bottom: .5em;
    text-align: justify;
    letter-spacing: -.05em;
}

@media screen and (max-width:767px) {
    .q-wrp .wp-block-column.thumb {
        flex-basis: 30% !important;
        flex-grow: 0;
    }

    .q-wrp .wp-block-column.with-img {
        flex-basis: 100% !important;
        flex-grow: 0;
    }

    .q-wrp .q .qanswer {
        text-align: center;
    }

    .q-wrp .q .q3answer {
        text-align: justify;
    }
}

.q-wrp .q a {
    display: inline-block;
    position: relative;
}

.q-wrp .q a::before {
    content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-right: .5em;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-.05em);
}

.q-wrp .q ul {
    margin-top: 1em;
}

.q-wrp .q li {
    margin-bottom: .5em;
    padding-left: 1em;
    position: relative;
}

.q-wrp .q li::before {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: 0;

}

.q-wrp .q li a {
    display: inline-block;
    text-decoration: underline;
    padding-left: 1em;
}

@media screen and (max-width:767px) {
    .q-wrp .q li a {
        display: block;
        padding: .5em 0;
    }
}

.q-wrp .q table td {
    /* padding: 0; */
    /* font-size: .9em; */
    line-height: 1.5;
    vertical-align: middle;
}

.q-wrp thead {
    background-color: #d2e4e9;
    border: none;
    text-align: center;
}

.q-wrp .q .table-foundation table {
    display: block;
    margin-bottom: 2em;
}

.q-wrp .q .table-foundation table td {
    padding: 1em 0;
    font-size: .9em;
    line-height: 1.5;
}

.q-wrp .q .trial img {
    display: block;
    background-color: #f9f9f9;
}

.q-wrp .q .table-foundation table td:first-child {
    padding-right: 1em;
}

.q-wrp .q .table-foundation table td span {
    display: block;
    padding: .5em;
    font-size: .8em;
    text-align: center;
    border-radius: 4px;
}

.q-wrp .q .table-foundation table tr:first-child td:first-child span {
    background-color: #fadcc1;
}

.q-wrp .q .table-foundation table tr:nth-child(2) td:first-child span {
    background-color: #ebc7a3;
}

.q-wrp .q .table-foundation table tr:nth-child(3) td:first-child span {
    background-color: #ebd3b1;
}

.q-wrp .q .table-foundation table tr:nth-child(4) td:first-child span {
    background-color: #e6cbac;
}

.q-wrp table.produtct td:first-child {
    padding: 1em 0 0;
}

.q-wrp table.produtct tr:first-child td {
    padding-bottom: 1em;
}

.q-wrp table.produtct td img {
    display: block;
    width: 75px;
    height: 75px;
    background-color: #f9f9f9;
}

@media screen and (max-width:767px) {
    /*
    .q-wrp table.produtct tr{
        display: flex;
        flex-wrap: wrap;
    }
    .q-wrp table.produtct td{
        display: block;
        width:49%;
    }
*/
}

.campaign-30th .note {
    font-size: min(.8em, 3vw);
}