@charset "utf-8";

.platinumPage .root {
    overflow-x: clip;
}

.platinumPage .root>.aem-Grid {
    display: flex;
    flex-direction: column;
}

.logoSmbcHeader {
    background-color: #FFFFFF;
}

.logoSmbcHeader .InnerWrap {
    display: flex;
    padding: 0;
    height: 60px;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.logoSmbcHeader .InnerWrap a {
    display: flex;
    height: fit-content;
    padding: 5px 0;
    background-color: #FFFFFF;
}

.experiencefragment:has(.cmp-experiencefragment .Header.ActionHeader) {
    z-index: 991;
}

.experiencefragment:has(.cmp-experiencefragment .Header.ActionHeader.header-fixed) {
    position: fixed;
    top: 0;
    left: 0;
}

.Header {
    font-family: "Noto Sans JP",
        "Hiragino Kaku Gothic Pro",
        "Yu Gothic Medium",
        /* chrome用 */
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    background: #222222;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    overflow: hidden;
}

.Header .InnerWrap {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.Header .TopRogo {
    display: flex;
    width: 312px;
    height: 48px;
    align-items: center;
}

.Header .TopRogo img {
    max-width: 100%;
    vertical-align: middle;
}

.Header .TopRogo a:hover img {
    opacity: 1;
}

.Header .MembersSiteBtn {
    display: inline-block;
    width: 250px;
    padding: 15px 0px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.2s;
    outline: none;
}

.Header .MembersSiteBtn:after {
    position: absolute;
    right: 16px;
    top: calc(50% - 7px);
    content: " ";
    width: 1.0em;
    height: 1.0em;
    background: url("data:image/svg+xml,%3Csvg id='_レイヤー_2' data-name='レイヤー 2' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: none; } .cls-2 { fill: %23ffffff; } %3C/style%3E %3C/defs%3E %3Cg id='_レイヤー_1-2' data-name='レイヤー 1'%3E %3Cg%3E %3Cpath class='cls-2' d='M13.59,1.51H2.42c-.55,0-1,.45-1,1v10.98c0,.55.45,1,1,1h11.17c.55,0,1-.45,1-1V2.51c0-.55-.45-1-1-1ZM12.59,12.49H3.42v-6.69h9.17v6.69ZM12.61,4.21c0,.13-.11.24-.24.24h-1.12c-.13,0-.24-.11-.24-.24v-1.12c0-.13.11-.24.24-.24h1.12c.13,0,.24.11.24.24v1.12Z'/%3E %3Crect class='cls-1' width='16' height='16'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

.Header .MembersSiteBtn:hover {
    background: #6d6d6d;
}

/* POPヘッダー */
.Header.header-popup {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 991;
}

.Header.header-popup .headerInner {
    border-top: 5px solid #E8E3D4;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
}

.Header.header-popup .hLeft {
    margin-left: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    width: 180px;
}

.Header.header-popup .hLeft p.logo_out {
  width: 152px;
  height: 32px;
  background: url(/content/dam/smcc/jp/ja/nyukai/platinum/img/logo_logout.png) left/152px no-repeat;
}

.Header.header-popup .hRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0 0 820px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 820px;
}

#header.header-popup .btnPopupClose::after {
    background-image: url(/content/dam/smcc/jp/ja/nyukai/platinum/img/icon_close.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.footArea_copyright {
    background-color: #1a4832;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
}

#copyArea {
    line-height: 1.5;
    margin-bottom: 0;
}

#copyArea small{
    font-size: 100%;
}

@media only screen and (max-width: 1030px) {
    .Header.header-popup .hRight {
      max-width: 0;
    }
}

@media (max-width: 640px) {
    .logoSmbcHeader .InnerWrap {
        padding-left: 20px;
        height: 49px;
    }

    .Header {
        min-height: 69px;
        line-height: 1.5;
    }

    .Header .InnerWrap {
        padding: 12px 10px;
        width: 100%;
        max-width: none;
    }

    .Header .TopRogo {
        margin-top: 28px;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .Header .TopRogo img {
        width: 100%;
        max-width: 312px;
        height: auto;
    }

    .Header .TopRogo a {
        display: inline-block;
    }

    .Header .MembersSiteBtn {
        padding: 6px 30px 6px 10px;
        text-align: right;
        width: 100%;
        vertical-align: middle;
        background: #444444 !important;
    }

    .Header .MembersSiteBtn:after {
        top: calc(50% - 6px);
    }

    .Header.header-popup .hLeft p.logo_out {
      width: 122px;
      height: 20px;
      background-size: contain;
    }

    .Header.header-popup .hRight {
        flex: 1;
        margin-right: 8px;
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible;
        width: auto;
    }
}