@charset "utf-8";

* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    color: rgb(46, 46, 46);
    vertical-align: baseline;
}
html {
    height: 100%;
    font-size: 62.5%;
}
body {
    height: 100%;
    margin: 0px auto;
    font-size: 1.6rem;
    color: rgb(46, 46, 46);
    line-height: 140%;
    background: none rgb(245, 244, 242);
    overflow-x: hidden;
    font-family: Roboto, "ヒラギノ⾓ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
button {
    padding: 0px;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
    appearance: none;
}
ol, ul {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.Body-Self {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.Header-Self {
    position: relative;
    overflow: hidden;
}
.Header-Icon {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 68px;
    background: rgb(239, 239, 239);
}
.Icon-Header {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 4.8rem;
    height: 6.8rem;
    background-image: url("images/icon_header.svg");
}
.Header-Theme {
    position: absolute;
    top: -16px;
    left: 16px;
    width: 100%;
    height: 84px;
    background: rgb(242, 241, 240);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 3px 16px -6px inset;
}
.Header-Inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 68px;
    z-index: 3;    
}
.Header-Title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.Icon-DAcountLogo {
    content: "";
    display: inline-block;
    height: 2.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 14.3rem;
    background-image: url("images/logo_header.png");
}

.Main-Body {
    position: relative;
    margin: 28px 0px 0px;
    flex: 1 1 0%;
}
@media (min-width: 704px) {
    .Main-Body {
        width: 664px;
        margin: 32px auto 0px;
    }
}
.Main-Wrap {
    padding: 0;
}
@media (min-width: 704px) {
    .Main-Wrap {
        padding: 56px 54px;
        background: rgb(250, 249, 248);
        border: 1px solid rgb(232, 231, 230);
        border-radius: 20px;
    }
}
.Main-Contents {
    max-width: none;
    padding: 0px;
}
.Logout-Self {
    max-width: 325px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 704px) {
    .Logout-Self {
        max-width: 100%;
    }
}
.PartsLogout-Wrap {
    display: flex;
    justify-content: center;
}
.PartsLogout-Inner {
    display: inline-flex;
    gap: 10px;
    text-align: left;
}
.Icon-AccountPrimary {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 4.4rem;
    height: 4.4rem;
    background-image: url("images/icon_account_primary.svg");
}
.PartsLogout-Title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 124%;
    letter-spacing: 0.01em;
    margin-top: 8px;
    flex: 1 1 0%;
}
.PartsLogout-Alert {
    color: #B3303B;
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
}
.PartsLogout-Text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 32px 0 24px 0;
}
.PartsBackButton-Wrap {
    margin-top: 16px;
}
.PartsLogout-Button, 
.PartsBack-Button {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 2px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 17px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 140%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
    background: rgb(204, 0, 51);
    border: none;
    color: rgb(255, 255, 255);
    height: 52px;
    max-width: 240px;
    margin: 0 auto;
}
.PartsLogout-Button:hover {
    background: rgb(219, 76, 112);
}
.PartsBack-Button {
    border: 1px solid #CFD0D6;
    background-color: #fff;
}
.PartsBack-Button:hover {
    background-color: #F7F7F8;
}
.PartsLogoutButtonText-Wrap, 
.PartsBackButtonText-Wrap {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.PartsLogoutButton-Text, 
.PartsBackButton-Text {
    font-weight: 700;
    display: flex;
    font-size: 1.6rem;
    line-height: 140%;
    word-break: break-all;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    padding-left: 8px;
}
.PartsBackButton-Text {
    padding-right: 8px;
    padding-left: 0;
}
.PartsBackButton-Text {
    color: #0F1533;
}
.PartsLogoutButton-ArrowRight, 
.PartsBackButton-ArrowLeft {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("images/icon_arrow_right_red.svg");
    line-height: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 9px;
    margin-right: -8px;
}
.PartsBackButton-ArrowLeft {
    margin-left: -8px;
    margin-right: 9px;
    background-image: url("images/icon_arrow_left_gray.svg");
}
.PartsLinkTxt-Wrap {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
}
.PartsLinkTxt-Self {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
}
.PartsLinkTxt-IconArrow {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 2rem;
    background-image: url("images/icon_arrow_right_gray.svg");
    width: 18px;
}
.PartsButton-Submit {
    cursor: pointer;
    text-decoration-line: underline;
    font-size: 1.4rem;
}
.Footer-Self {
    position: relative;
    width: 100%;
    margin-top: 48px;
    background: rgb(237, 236, 235);
}
@media (min-width: 704px) {
    .Footer-Self {
        min-height: 66px;
        margin-top: 41px;
        width: calc(100% - 8px);
        border-radius: 0px 16px 0px 0px;
    }
    .Footer-Self::after {
        content: "";
        position: absolute;
        height: 9px;
        left: 9px;
        bottom: 0px;
        width: 100%;
        background: rgb(237, 236, 235);
    }
}
@media (min-width: 704px) {
    .Footer-CquarterCircle {
        position: absolute;
        width: 8px;
        height: 8px;
        background: rgb(237, 236, 235);
        bottom: 9px;
        right: -8px;
    }
    .Footer-CquarterCircle::after {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: rgb(245, 244, 242);
        border-image: initial;
        border-width: 8px 8px 0px 0px;
        border-bottom-left-radius: 8px;
    }
}
.Footer-Link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 14px 10px 0px;
}
@media (min-width: 704px) {
    .Footer-Link {
        padding: 21px 0px 0px 28px;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
.Footer-LinkItem {
    line-height: 1;
    text-align: center;
    height: fit-content;
    padding: 0px 6px 0 0;
    margin: 3px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
}
@media (min-width: 704px) {
    .Footer-LinkItem {
        flex: 0 0 auto;
        padding: 0 20px 0 0;
        margin: 0px;
    }
}
.Footer-LinkItem:nth-of-type(n+2) {
    border-left: 1px solid rgb(61, 60, 60);
    padding: 0 6px;
}
@media (min-width: 704px) {
    .Footer-LinkItem:nth-of-type(n+2) {
        padding: 0 20px;
    }
}
.Footer-LinkItem a, 
.Footer-LinkItem a:hover, 
.Footer-LinkItem a:visited {
    text-decoration: none;
    color: rgb(46, 46, 46);
}
.Footer-Copy {
    text-align: center;
    padding: 0px 0px 8px;
}
@media (min-width: 704px) {
    .Footer-Copy {
        padding: 0px 28px 10px;
        text-align: right;
        margin: 0;
    }
}
.Footer-Copy small {
    line-height: 152%;
    font-size: 1rem;
    color: rgb(122, 121, 121);
}