@charset "UTF-8";

.temp-page p {
    width: 90%;
    margin: 1em auto;
}
.temp-page ul {
    list-style-position: inside;
    width: 90%;
    margin: 1em auto;
}
.temp-page .wp-block-button__link {
    background-color: #fe7e9b;
    display: flex;
    align-items: center;
    border: 2px solid #fe7e9b;
    border-radius: 8px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.5em 1em;
    margin-top: 1em;
}
.temp-page .wp-block-button__link:hover {
    box-shadow: none;
    opacity: 0.8;
    margin-bottom: -4px;
}
.temp-page .wp-block-pullquote {
    margin: 3em 0;
    border-width: 3px 0;
    border-style: solid;
    border-color: #000;
}

.noto .wp-block-separator {
    height: 3px;
    background-color: #000;
    border: unset;
}

.noto .wp-block-image {
    width: 90%;
    margin: 1em auto;
}

.noto .wp-block-button.jvit-button-1-5 .wp-block-button__link {
    font-size: 1.5em;
}

@media screen and (max-width: 900px) {
    .temp-page p {
        width: 98%;
    }
    .temp-page ul {
        width: 98%;
    }
}