@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/
*/
.mainarea {
    overflow: visible;
}
.mainarea [class*="wp-block-"] {
    margin-bottom: 4rem;
}
.mainarea [class*="wp-block-"] [class*="wp-block-"] {
    margin-bottom: 0;
}
.alignfull, .is-style-wide {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
}
.alignwide {
    position: relative;
    width: calc( 100% + 2rem);
    max-width: calc( 100% + 2rem);
    left: -1rem;
    clear: both;
}
.is-cropped img {
    height: 100% !important;
}
.rounded-circle img {
    border-radius: 50% !important;
}
.rounded img {
    border-radius: .25rem!important;
}
figcaption a {
    color: #fff !important;
}
.wp-block-pullquote {
    border-bottom: 4px solid rgba(119, 119, 119, 0.1);
    border-top: 4px solid rgba(119, 119, 119, 0.1);
    padding: 4rem 0;
    text-align: center;
}a
.wp-block-pullquote.is-style-solid-color {
    border: 0 none;
}
.wp-block-pullquote blockquote {
    border: 0 none;
}
.wp-block-pullquote blockquote:before {
    display: none;
}
.wp-block-pullquote blockquote p {
    margin-bottom: 1rem !important;
}
.wp-block-pullquote blockquote cite {
    font-style: normal;
}
@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: 100%;
    }
}