@charset "UTF-8";
/*============================
#main
============================*/
body {
    background: url(../img/bg-flow.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
#main {
    padding-top: 75px;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 80px;
    padding: 40px 40px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
h1 {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4em;
    background: #FFF;
    margin-bottom: 1em;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2em;
    letter-spacing: 0.1em;
    color: #2EAA4C;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:768px) {
    body {}
    #main {
        padding-top: 64px;
        min-height: calc(100vh - 174px););
    }
    .container {
    padding: 30px 20px;
    width: calc(100% - 20px);
    margin: 0 10px 40px;
}
    h1 {
    font-size: 7vw;
    margin-bottom: 1em;
    }
    h2 {}
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    pointer-events: none !important;
}
.wc-block-components-notice-banner.is-error,
.woocommerce-message,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background: #2EAA4C !important;
    cursor: pointer !important;
    color: #FFF !important;
}


.result-wrap {}
.result-wrap .date {}
.result-wrap .date p {
    font-size: 1rem;
    text-align: right;
}
.result-wrap h3 {}
.result-wrap .result-files {
    margin-bottom: 4em;
}
.result-wrap .result-files table {
    border: 1px solid #CCC;
    width: 100%;
    border-radius: 4px;
}
.result-wrap .result-files table thead {}
.result-wrap .result-files table thead tr {}
.result-wrap .result-files table thead tr th,.result-wrap .result-files table tbody tr td {
    border: 1px solid #CCC;
    padding: 0.5em 1em;
    width: 50%;
    text-align: left;
}
.result-wrap .result-files table thead tr th {}
.result-wrap .result-files table tbody {}
.result-wrap .result-files table tbody tr {}
.result-wrap .result-files table tbody tr td {}
.result-wrap .result-files table tbody tr td a {}
.result-wrap .result-message {
    border: 1px solid #CCC;
    width: 100%;
    border-radius: 4px;
    padding: 0.5em 1em;
}
.result-wrap .result-message p {}
@media screen and (max-width:768px) {
.result-wrap {}
.result-wrap .date {}
.result-wrap .date p {}
.result-wrap h3 {}
.result-wrap .result-files {}
.result-wrap .result-files table {}
.result-wrap .result-files table thead {}
.result-wrap .result-files table thead tr {}
.result-wrap .result-files table thead tr th {}
.result-wrap .result-files table tbody {}
.result-wrap .result-files table tbody tr {}
.result-wrap .result-files table tbody tr td {}
.result-wrap .result-files table tbody tr td a {}
.result-wrap .result-message {}
.result-wrap .result-message p {}
}