:root {
    --accent-color: #41b02a;
    --backgroundcolor: #fff;
}

/* フッター装飾色 */
.l-footer {
/*    --accent-color: #41b02a;*/
}


.font-red{
    color: #ff5858;
}

.blueButton .smb-btn {
    filter: drop-shadow(0 5px 0 #c1eab8);
}


.blueButton .smb-btn {
    height: 68px;
}

.blueButton .smb-btn.h-auto {
    height: auto;
}

.blueButton .smb-btn__label {
    padding: 0 5rem;
    margin: auto;
}


.wp-block-snow-monkey-blocks-buttons.smb-buttons.blueButton {
    display: flex;
}


.caution-box {
    width: 100%;
    border: 2px solid #ff5858;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.caution-box p {
    padding: 11px;
}


.caution-box_2 {
    width: 100%;
    border: 1px solid #212121;
    font-size: 16px;
}

.caution-box_2 .txt-box {
    padding: 23px 35px;
}

.caution-box_2 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.caution-box_2 p {}




/* 左テキスト、右画像 */
.section-box {
    display: flex;
    justify-content: space-between;
}

.text-area {
    width: 60%;
}

.image-area {
    width: 40%;
    text-align: right;
}


.text-area_2 {
    width: 53%;
}

.image-area_2 {
    width: 43%;
    text-align: right;
}


.image-area img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 640px) {
    .section-box {
        display: block;
    }

    .text-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .image-area {
        width: 100%;
        text-align: center;
    }

    .text-area_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .image-area_2 {
        width: 100%;
    }

}

