@charset "UTF-8";

html {
    color: #333;
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.5;
    background: #f7f7f7;
}

.content {
    max-width: 1170px;
    width: 90%;
    margin: 100px auto;
}

/* 料金表
***************************************************************/
.price h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.price #root {
    margin-top: 40px;
}

.thumbnail {
    width: 720px;
    height: 400px;
    border: 5px solid #000;
    border-radius: 15px;
    text-align: center;
    position: relative
}

.thumbnail .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.thumbnail p:nth-child(1) {
    font-size: 40px;
    font-weight: bold
}

.thumbnail p:nth-child(2) {
    font-size: 50px;
    font-weight: bold
}

.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header {
    border-bottom: unset !important;
}

.wq-Form .wq-Monitor>.wq--footer>.wq--entry {
    border: unset !important;
    border-right: 1px solid hsla(0, 0%, 7%, .26) !important;
    border-bottom: 1px solid hsla(0, 0%, 7%, .26) !important;
    border-left: 1px solid hsla(0, 0%, 7%, .26) !important;
}

.price_text {
    text-align: right;
    margin-top: 20px;
    color: #eb4266;
    font-weight: bold;
}

.price_text a {
    color: #333;
}

.price_text a:hover {
    color: #4773ba;
    text-decoration: underline;
}

@media screen and (max-width: 769px) {
    .price h1 {
        font-size: 20px;
    }

    .wq-Form .wq-Monitor>.wq--footer {
        max-width: 100% !important;
    }
}