:root {
    --customer-main-color: #01224E;
    --customer-txt-color: #363636;
}

.customer_only_wrapper h1 {
    color: var(--customer-txt-color);
    font-size: 24px;
}

.customer_only_wrapper h2 {
    color: var(--customer-txt-color);
    font-size: 22px;
}

.customer_only_wrapper h3 {
    color: var(--customer-txt-color);
    font-size: 20px;
}

.customer_only_wrapper h4 {
    color: var(--customer-txt-color);
    font-size: 19px;
}

.customer_only_wrapper h5 {
    color: var(--customer-txt-color);
    font-size: 18px;
}

.customer_only_wrapper label {
    color: var(--customer-txt-color);
    font-size: 18px;
}

.customer_only_wrapper input {
    font-size: 18px;
}

.customer_only_wrapper p,
.customer_only_wrapper li {
    color: var(--customer-txt-color);
    font-size: 16px;
}

.customer_only_wrapper a {
    color: var(--customer-txt-color);
    font-size: 18px;
}

.customer_only_wrapper time {
    color: var(--customer-main-color);
}

@media screen and (min-width: 769px) {
    .customer_only_wrapper .customer_view_pc {
        display: block;
    }

    .customer_only_wrapper .customer_view_sp {
        display: none;
    }
}


@media screen and (max-width: 768px) {

    .customer_only_wrapper h1 {
        color: var(--customer-txt-color);
        font-size: 20px;
    }

    .customer_only_wrapper h2 {
        color: var(--customer-txt-color);
        font-size: 18px;
    }

    .customer_only_wrapper h3 {
        color: var(--customer-txt-color);
        font-size: 16px;
    }

    .customer_only_wrapper h4 {
        color: var(--customer-txt-color);
        font-size: 15px;
    }

    .customer_only_wrapper h5 {
        color: var(--customer-txt-color);
        font-size: 14px;
    }

    .customer_only_wrapper label {
        color: var(--customer-txt-color);
        font-size: 12px;
    }

    .customer_only_wrapper input {
        font-size: 12px;
    }

    .customer_only_wrapper p,
    .customer_only_wrapper li {
        color: var(--customer-txt-color);
        font-size: 14px;
    }

    .customer_only_wrapper a {
        font-size: 12px;
    }


    .customer_only_wrapper .customer_view_pc {
        display: none;
    }

    .customer_only_wrapper .customer_view_sp {
        display: block;
    }

}

.customer_only_wrapper {
    background: url("../../img/customer/customer_bg.png") repeat;
    background-size: contain;
    min-height: 100vh;
}

.customer_only_wrapper article {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.customer_only_wrapper main {
    margin: 0 0 0 auto;
    width: calc(100% - 300px);
}

.customer_only_wrapper .customer_bg {
    background-color: #fff;
    width: 90%;
    margin: 100px auto;
    padding: 100px 0;
}

.customer_only_wrapper .customer_inner {
    width: 80%;
    margin: 0 auto;
}

.customer_only_wrapper .page_ttl {
    background: none;
    font-size: 24px;
    font-weight: bold;
    color: var(--customer-txt-color);
    margin-bottom: 40px;
    text-align: center;
}

.customer_only_wrapper .customer_contain {
    margin-bottom: 40px;
}

.customer_only_wrapper .customer_content_sub-ttl {
    margin-bottom: 10px;
}

.customer_only_wrapper .page_txt {
    text-align: center;
}

.customer_only_wrapper .customer_content_list li {
    margin-bottom: 10px;
}

.customer_only_side {
    position: fixed;
    width: 300px;
    background: var(--customer-main-color);
    height: 100vh;
    padding: 50px 40px;
    z-index: 99;
}

.customer_only_side_menu01 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer_only_side p {
    font-size: 20px;
    margin-bottom: 40px;
}

.customer_only_side p,
.customer_only_side ul li a {
    color: #fff;
}

.customer_only_side_menu01 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.customer_only_side_menu01::after {
    content: "";
    position: absolute;
    border-bottom: solid 1px #fff;
    width: calc(100% + 80px);
    bottom: 0;
    left: -40px;
}

.customer_only_side_menu01 li {
    border-bottom: solid 1px #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.customer_only_side_menu02 li {
    margin-bottom: 25px;
}

.customer_only_wrapper .swpm-remember-me,
.customer_only_wrapper .swpm-login-form-register-link,
.customer_only_wrapper .swpm-forgot-pass-link {
    display: none;
}

.customer_only_wrapper input#swpm_user_name,
.customer_only_wrapper input#swpm_password {
    background: #fff;
    border: solid 1px #B9B9B9;
    border-radius: 2px;
}

.customer_only_wrapper .swpm-login-form_wrap {
    display: flex;
    justify-content: left;
    align-items: start;
}

.customer_only_wrapper .swpm-login-submit {
    background: var(--customer-main-color);
    width: fit-content;
    padding: 10px 30px;
    margin: 0 165px 40px;
}

.customer_only_wrapper .swpm-logged-logout-link {
    background: var(--customer-main-color);
    width: fit-content;
    padding: 10px 30px;
    margin: 0 auto 40px;
}

.customer_only_wrapper .swpm-logged-logout-link a {
    color: #fff;
    font-weight: bold;
    letter-spacing: .16em;
}

.customer_only_wrapper input.swpm-login-form-submit {
    color: #fff;
    font-weight: bold;
    letter-spacing: .16em;
}

@media screen and (max-width: 768px) {

    .customer_only_side {
        width: 100%;
    }

    .customer_only_wrapper main {
        width: 100%;
    }

    .customer_only_wrapper .customer_bg {
        margin: 80px auto;
        padding: 80px 0;
    }

    .customer_only_wrapper .page_ttl {
        font-size: 16px;
    }

    .customer_only_wrapper .swpm-login-submit {
        margin: 0 auto;
    }
}

/* customer_login */


.page-customer_login .page-title {
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}

.page-customer_login main {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100vh;
}

.page-customer_login .customer_bg {
    width: 100% !important;
}

.page-customer_login .section-heading {
    margin-bottom: 80px !important;
}

.page-customer_login .swpm-login-form_wrap {
    display: flex;
    justify-content: left;
    align-items: start;
    margin-bottom: 20px;
}

.page-customer_login form#swpm-login-form {
    width: fit-content;
    margin: 0 auto;
}

.page-customer_login .swpm-login-form_wrap:last-child {
    margin-bottom: 40px;
}

.page-customer_login label.swpm-label {
    width: 125px;
    display: block;
    margin-right: 40px;
    font-weight: bold;
}

.page-customer_login .swpm-logged-status,
.page-customer_login .swpm-logged-expiry,
.page-customer_login .swpm-logged-membership {
    display: none;
}

.page-customer_login .swpm-logged-username {
    display: flex;
    margin: 0 auto 20px;
    width: fit-content;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: var(--customer-txt-color);
}

.page-customer_login .swpm-logged-username-label.swpm-logged-label {
    margin-right: 10px;
}

.customer_only_wrapper .swpm-login-action-msg {
    margin-bottom: 40px;
    text-align: center;
}

.customer_only_wrapper .customer_login_support {
    text-align: center;
}

.customer_only_wrapper .customer_login_mailto a {
    color: #0066CB;
}


@media screen and (max-width: 768px) {

    .swpm-login-form_wrap {
        flex-direction: column;
    }

    .page-customer_login label.swpm-label {
        margin-bottom: 10px;
    }

}

/* archive-newsletter,
   archive-stock_seminar,
   archive-sato_blog */

.customer_only_wrapper .article-panel-list--column2 .article-panel {
    margin: 0;
    width: 100%;
}

.archive-newsletter .article-date {
    display: none;
}

.archive-stock_seminar .page_txt {
    margin-bottom: 40px;
}

.customer_only_wrapper .article-panel-list {
    flex-direction: column;
}

.customer_only_wrapper figure.article-panel__image {
    display: none;
}

.customer_only_wrapper .article-panel__heading {
    font-size: 16px;
    font-weight: normal;
}

.customer_only_wrapper time.article-date {
    margin-right: 20px;
    width: 120px;
}

.customer_only_wrapper .article-panel__outline {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    background: none;
    border-bottom: solid 1px var(--customer-main-color);
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.customer_only_wrapper .article-panel-list--column2 .article-panel {
    margin: 0;
}

.customer_only_wrapper .article-panel__info {
    margin: 0;
}

.customer_only_wrapper .article-pager .page-numbers:not(.next):not(.prev).current {
    background: var(--customer-main-color);
}

.customer_only_wrapper .article-pager .page-numbers:not(.next):not(.prev):not(.current):hover {
    background: #9BB0CC;
    color: #fff;
}

.customer_only_wrapper .article-pager .page-numbers:not(.next):not(.prev) {
    border-radius: 0;
}


@media screen and (max-width: 768px) {

    .customer_only_wrapper time.article-date {
        width: 100%;
    }

    .customer_only_wrapper .article-panel__outline {
        flex-direction: column;
        align-items: flex-start;
    }

    .customer_only_wrapper .article-date {
        margin-bottom: 10px;
    }
}

/* single-newsletter,
   single-stock_seminar,
   single-sato_blog */
.customer_only_wrapper .customer_content_btn {
    background: var(--customer-main-color);
    width: fit-content;
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.customer_only_wrapper .customer_content_postarea {
    margin-bottom: 30px;
}

.customer_only_wrapper .customer_content_ttl {
    margin-bottom: 20px;
}

.single-newsletter .customer_content_info {
    display: none;
}

.customer_only_wrapper .customer_content_postarea p {
    line-height: 1.8;
    margin-bottom: 10px;
}

.customer_only_wrapper .customer_content_postarea img {
    margin-bottom: 10px;
    pointer-events: none;
}

.customer_only_wrapper .wp-block-image img {
    display: block;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

.customer_only_wrapper .wp-block-file__button,
.customer_only_wrapper .wp-element-button {
    color: #fff;
}


/* page-customer_terms */

.customer-terms .customer_content_sub-ttl {
    margin-bottom: 10px;
}

.customer-terms .page_txt {
    text-align: left !important;
    margin-bottom: 10px;
}

.customer-terms .customer_contain .page_txt:last-child {
    margin-bottom: 0;
}

.customer-terms .customer_contain li {
    text-indent: -1em;
    padding-left: 1em;
}

.customer-terms .customer_contain:last-child {
    margin-bottom: 0;
}

/*# sourceMappingURL=../map/pages/customer.css.map */