* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    font-family: sans-serif;
}

#smb-page {
    max-width: 100%;
}

a {
    color: #359b76;
    text-decoration: none;
}

p {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.6;
    color: #262626;
}

#smb-page h1 {
    font-size: 60px;
    line-height: 63px;
    margin-bottom: 25px;
}

#smb-page h3 {
    color: #359b76;
    font-size: 34px;
    font-weight: 400;
    margin: 25px 0;
    line-height: 1.3;
}

.smb-page-main {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}

.smb-page-left {
    padding: 10px;
    max-width: 740px;
    margin: 0 auto;
    flex: 1;
}

.smb-left-main {
    max-width: 100%;
}

#smb-page .advertisement {
    font-size: 13px;
    color: #262626;
    text-align: center;
}

.smb-autor {
    display: flex;
    margin-bottom: 20px;
}

.smb-autor-img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 30px;
    margin-right: 10px;
}

.smb-autor-content {
    text-align: left;
    border-left: 2px #359b76 solid;
    padding-left: 20px;
}

.smb-autor-name {
    color: #359b76;
    font-size: 20px;
    display: block;
    font-weight: 700;
}

.smb-autor-date {
    font-size: 16px;
    font-weight: 700;
}

.smb-main-img {
    max-width: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}

.ex-img {
    width: 561px;
}

.smb-special-img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.smb-center-img {
    width: 220px;
}

.smb-click-button {
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
    display: block;
    background-color: #359b76;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    border-radius: 10px;
    font-size: 20px;
}

.smb-page-right {
    flex: 1;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

#smb-fixed-flag {
    max-height: 1px;
}

.smb-right-main {
    max-width: 100%;
    display: block;
    padding: 20px;
    border-color: #ededed;
    border-width: 1px;
    border-style: solid;
}

.smb-fixed {
    position: fixed;
    position: sticky;
    top: 10px;
    max-width: 258px;
}

.smb-link {
    border-bottom: 2px solid #359b76;
    margin-bottom: 15px;
}

.smb-border-main {
    padding: 15px;
    border: 2px solid red;
}

.smb-page-right p {
    margin-bottom: 10px;
}

.smb-right-button {
    margin-top: 20px;
    display: block;
    padding: 15px;
    background-color: #359b76;
    color: white;
    font-weight: 800;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}

.smb-page-footer {
    max-width: 100%;
    background-color: #000;
    padding: 10px;
    margin-top: 25px;
    box-sizing: border-box;
}

.smb-footer-main {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.smb-footer-main p {
    color: #ffffff;
    font-size: 15px;
    margin: 5px 0;
}

.smb-footer-main a {
    color: #ffffff;
    font-size: 15px;
}

.smb-button-bottom {
    bottom: 0;
    width: 100%;
    top: inherit;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 15px 15px;
    position: fixed;
    z-index: 10;
    text-align: center;
    display: none;
    box-sizing: border-box;
}

.smb-mb-block {
    display: none;
}

.smb-flex-block {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.smb-flex-block img {
    flex: 1;
    max-width: 257px;
}

.smb-flex-block center {
    padding: 10px;
    box-sizing: border-box;
}

.smb-flex-block p {
    margin-bottom: 0;
}

.smb-blockquote {
    background: #ecffc6;
    font-size: 22px;
    margin-bottom: 25px;
    padding: 18px 25px;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    opacity: 0;
    transition: 0.55s all;
    z-index: -1;
}

.popup.is-active {
    z-index: 2020;
    opacity: 1;
}

.popup .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}

.popup .inner {
    font-weight: bold;
    padding-bottom: 0;
    width: 870px;
    color: black;
    z-index: 1000;
    position: relative;
    border-radius: 5px;
    border-radius: 20px;
    overflow: hidden;
    background: #f2f2f2;
}

.popup .overlay-header {
    background-color: #9ad94f;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 22px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    color: black;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    background-color: #dfdfdf;
    border-radius: 0px 5px 0px 5px;
}

.popup .inner a {
    display: block;
    color: black;
    /* padding: 20px; */
}

.popup .inner a:not(.button) {
    color: white;
    font-weight: normal;
}

.columns {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
}

.columns:last-child {
    margin-bottom: -7.5px;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7.5px;
}

.popup .inner img {
    max-width: 100%;
    max-height: 230px;
}

.popup .inner h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: black;
}

.popup .inner p {
    color: black;
    margin-top: 10px;
    font-size: 15px;
}

.popup .inner .button {
    background-color: #5cb85c;
    color: #053e14;
    border-color: #398439;
    padding: 20px 30px;
    font-size: 26px;
    font-weight: 700;
    font-family: verdana, helvetica, serif;
    border: 3px #2d712d solid;
    margin-top: 10px;
    line-height: 1.3333333;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 60px;
}

.popup .inner .button:hover {
    background-color: #449d44;
    color: #fff;
}

.popup .inner .button i {
    margin-left: 15px;
}

.dialogue {
    background: #f9f9f9;
    font-size: 24px;
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    padding: 18px 25px;
    margin: 0px;
}

.dialogue::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.smb-comment-block {
    display: flex;
    align-items: center;
}
.smb-comment-block p {
    flex: 1;
}

@media (min-width: 769px) {
    .columns:not(.is-desktop) {
        display: flex;
        align-items: stretch;
        margin-right: 30px;
    }
    .column {
        padding: 60px 10px 50px 10px;
        text-align: center;
    }
    .column.is-6,
    .column.is-6-tablet {
        flex: none;
        width: 50%;
        box-sizing: border-box;
    }
    .column.is-3 {
        flex: none;
        width: 30%;
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(171, 171, 171, 1) 64%, rgba(171, 171, 171, 1) 100%);
    }
    .column.is-7 {
        flex: none;
        width: 70%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    #smb-page h1 {
        font-size: 32px;
        line-height: initial;
    }
    .smb-page-main {
        flex-direction: column;
    }
    .ex-img {
        width: 100%;
    }
    .smb-mb-block {
        display: block;
    }
    .smb-flex-block {
        flex-direction: column;
    }
    .popup .inner {
        margin: 10px;
        text-align: center;
    }
    .popup .inner a {
        padding: 10px;
        padding-bottom: 20px;
    }
    .popup .inner .column {
        padding-top: 0;
        padding-bottom: 0;
    }
    .popup .inner img {
        max-width: 70vw;
        max-height: 30vh;
    }
    .popup .inner h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .popup .inner p {
        margin-top: 2px;
    }
    .popup .inner .button {
        font-size: 11px !important;
        white-space: normal;
        padding: 10px 20px !important;
        margin-top: 5px;
    }
    .popup .inner .button i {
        display: none !important;
    }
    .smb-comment-block {
        flex-direction: column;
    }
}