/* SNS login LP only. */
.snslogin-lp {
    width:100%;
    color:#222;
    background:#fff;
    font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    line-height:1.75;
}

.snslogin-lp {
    --green:#f28a00;
    --green-dark:#222;
    --green-pale:#fff4e5;
    --orange:#f28a00;
    --ink:#222;
    --muted:#747474;
    --line:#ddd;
    --cream:#f5f5f5;
}

.snslogin-lp * {
    box-sizing:border-box;
}

.snslogin-lp html {
    scroll-behavior:smooth;
}

.snslogin-lp body {
    color:var(--ink);
    background:#fff;
    margin:0;
    font-family:Yu Gothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
    line-height:1.75;
}

.snslogin-lp a {
    color:inherit;
    text-decoration:none;
}

.snslogin-lp button {
    font:inherit;
}

.snslogin-lp .top-note {
    background:var(--green-dark);
    color:#dff7ed;
    text-align:center;
    letter-spacing:.08em;
    padding:6px 5%;
    font-size:11px;
}

.snslogin-lp .site-header {
    border-bottom:1px solid var(--line);
    z-index:20;
    background:#fff;
    align-items:center;
    gap:44px;
    height:76px;
    padding:0 max(5%,50% - 580px);
    display:flex;
    position:sticky;
    top:0;
}

.snslogin-lp .brand {
    color:var(--green-dark);
    letter-spacing:-.06em;
    white-space:nowrap;
    align-items:center;
    font-size:26px;
    font-weight:900;
    line-height:1;
    display:flex;
    position:relative;
}

.snslogin-lp .brand span {
    color:var(--orange);
}

.snslogin-lp .brand small {
    letter-spacing:.21em;
    color:#718079;
    text-transform:uppercase;
    font:700 7px/1 Arial;
    position:absolute;
    top:29px;
    left:2px;
}

.snslogin-lp .site-header nav {
    gap:30px;
    margin-left:auto;
    font-size:13px;
    font-weight:700;
    display:flex;
}

.snslogin-lp .site-header nav a {
    position:relative;
}

.snslogin-lp .site-header nav a:after {
    content:"";
    background:var(--green);
    height:2px;
    transition:all .2s;
    position:absolute;
    bottom:-7px;
    left:0;
    right:100%;
}

.snslogin-lp .site-header nav a:hover:after {
    right:0;
}

.snslogin-lp .header-login {
    background:var(--green);
    color:#fff;
    border-radius:5px;
    padding:10px 27px;
    font-size:13px;
    font-weight:700;
}

.snslogin-lp .breadcrumbs {
    color:#839088;
    max-width:1160px;
    margin:auto;
    padding:14px 0;
    font-size:11px;
}

.snslogin-lp .page-title {
    color:#262626;
    letter-spacing:.01em;
    border-bottom:1px solid #b9b9b9;
    max-width:1120px;
    margin:18px auto 0;
    padding:0 0 12px;
    font-size:34px;
    font-weight:700;
    line-height:1.4;
}

.snslogin-lp .hero {
    text-align:center;
    max-width:1160px;
    min-height:auto;
    margin:auto;
    padding:54px 0 82px;
    display:block;
    position:relative;
}

.snslogin-lp .hero-copy {
    max-width:760px;
    margin:0 auto;
}

.snslogin-lp .eyebrow {
    color:var(--green);
    letter-spacing:.18em;
    border-bottom:2px solid #f2c489;
    padding-bottom:7px;
    font:800 12px/1.4 Arial,sans-serif;
    display:inline-block;
}

.snslogin-lp .hero h1 {
    letter-spacing:-.05em;
    margin:24px 0 20px;
    font-size:52px;
    line-height:1.34;
}

.snslogin-lp .hero h1 em {
    color:var(--green);
    z-index:1;
    font-style:normal;
    position:relative;
}

.snslogin-lp .hero h1 em:after {
    content:"";
    z-index:-1;
    background:#ffe1b8;
    height:13px;
    position:absolute;
    bottom:5px;
    left:-3px;
    right:-3px;
}

.snslogin-lp .hero-copy>p {
    color:var(--muted);
    margin:0 0 22px;
    font-size:16px;
}

.snslogin-lp .social-pills {
    justify-content:center;
    gap:8px;
    margin-bottom:28px;
    display:flex;
}

.snslogin-lp .social-pills span {
    border-radius:100px;
    padding:5px 13px;
    font:700 11px Arial;
}

.snslogin-lp .social-pills .line {
    color:#067b15;
    background:#e8f8e8;
}

.snslogin-lp .social-pills .google {
    color:#2c62a4;
    background:#e5efff;
}

.snslogin-lp .hero-actions {
    justify-content:center;
    align-items:center;
    gap:24px;
    display:flex;
}

.snslogin-lp .hero-actions .button b.down-arrow {
    background:#ffffff2e;
    border-radius:50%;
    place-items:center;
    width:22px;
    height:22px;
    display:grid;
}

.snslogin-lp .hero-actions .button b.down-arrow:before {
    content:"";
    border:2px solid;
    border-width:0 2px 2px 0;
    width:7px;
    height:7px;
    transform:rotate(45deg)translate(-1px,-1px);
}

.snslogin-lp .button {
    border-radius:6px;
    justify-content:center;
    align-items:center;
    gap:42px;
    min-width:230px;
    padding:16px 22px;
    font-size:14px;
    font-weight:800;
    transition:all .2s;
    display:inline-flex;
}

.snslogin-lp .button.primary {
    color:#fff;
    background:var(--green);
    box-shadow:0 11px 24px #f28a0030;
}

.snslogin-lp .button:hover {
    transform:translateY(-2px);
}

.snslogin-lp .text-link {
    color:var(--green-dark);
    border-bottom:1px solid;
    font-size:13px;
    font-weight:800;
}

.snslogin-lp .hero-visual {
    place-items:center;
    min-height:490px;
    display:grid;
    position:relative;
}

.snslogin-lp .blob {
    border-radius:50%;
    position:absolute;
}

.snslogin-lp .blob.one {
    background:var(--green-pale);
    width:430px;
    height:430px;
}

.snslogin-lp .blob.two {
    background:#fff1e6;
    width:120px;
    height:120px;
    top:15px;
    right:15px;
}

.snslogin-lp .hero-phone {
    z-index:2;
    background:#202020;
    border:7px solid #202020;
    border-radius:31px;
    width:238px;
    height:462px;
    padding:10px 6px 7px;
    transform:rotate(3deg);
    box-shadow:0 30px 70px #00000026;
}

.snslogin-lp .speaker {
    background:#060b09;
    border-radius:10px;
    width:60px;
    height:7px;
    margin:-5px auto 8px;
}

.snslogin-lp .hero-screen {
    text-align:center;
    background:#fff;
    border-radius:18px;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    height:423px;
    padding:34px 18px;
    display:flex;
}

.snslogin-lp .tiny-brand {
    color:var(--green);
    margin-bottom:24px;
    font:800 9px Arial;
}

.snslogin-lp .hero-screen strong {
    margin-bottom:8px;
    font-size:18px;
}

.snslogin-lp .hero-screen button,
.snslogin-lp .phone button {
    border:0;
    border-radius:4px;
    height:39px;
    font-size:10px;
    font-weight:800;
}

.snslogin-lp .line-btn {
    color:#fff;
    background:#18bd3b;
}

.snslogin-lp .google-btn {
    color:#445;
    background:#fff;
    border:1px solid #d9dedb!important;
}

.snslogin-lp .or {
    color:#9aa29e;
    align-items:center;
    gap:7px;
    font-size:8px;
    display:flex;
}

.snslogin-lp .or:before,
.snslogin-lp .or:after {
    content:"";
    background:#e6e9e7;
    flex:1;
    height:1px;
}

.snslogin-lp .login-line {
    border:1px solid #e5e9e7;
    border-radius:4px;
    height:31px;
}

.snslogin-lp .login-line.short {
    width:72%;
}

.snslogin-lp .float-card {
    z-index:3;
    background:#fff;
    border-radius:10px;
    align-items:center;
    gap:10px;
    padding:11px 15px;
    display:flex;
    position:absolute;
    box-shadow:0 13px 40px #00000018;
}

.snslogin-lp .float-card>span {
    background:var(--green-pale);
    width:34px;
    height:34px;
    color:var(--green);
    border-radius:50%;
    place-items:center;
    font-weight:900;
    display:grid;
}

.snslogin-lp .float-card b,
.snslogin-lp .float-card small {
    display:block;
}

.snslogin-lp .float-card b {
    font-size:11px;
}

.snslogin-lp .float-card small {
    color:#7f8a85;
    font-size:8px;
}

.snslogin-lp .float-card.shield {
    top:110px;
    left:5px;
}

.snslogin-lp .float-card.tap {
    bottom:80px;
    right:0;
}

.snslogin-lp .section {
    max-width:1160px;
    margin:auto;
    padding:102px 0;
}

.snslogin-lp .section-heading {
    text-align:center;
    max-width:700px;
    margin:0 auto 52px;
}

.snslogin-lp .section-heading>span,
.snslogin-lp .guide-tag {
    color:var(--green);
    letter-spacing:.2em;
    font:800 11px Arial;
}

.snslogin-lp .section-heading h2,
.snslogin-lp .guide-title h2 {
    letter-spacing:-.04em;
    margin:8px 0 14px;
    font-size:32px;
    line-height:1.45;
}

.snslogin-lp .section-heading p,
.snslogin-lp .guide-title p {
    color:var(--muted);
    margin:0;
    font-size:14px;
}

.snslogin-lp .connect-diagram {
    justify-content:center;
    align-items:center;
    gap:22px;
    display:flex;
}

.snslogin-lp .diagram-card {
    text-align:center;
    border:1px solid var(--line);
    background:#fff;
    border-radius:12px;
    flex-direction:column;
    justify-content:center;
    width:190px;
    min-height:135px;
    padding:28px;
    display:flex;
    box-shadow:0 8px 24px #0000000d;
}

.snslogin-lp .diagram-card b {
    color:var(--green-dark);
    font:900 22px Arial;
}

.snslogin-lp .diagram-card span {
    color:var(--muted);
    font-size:11px;
}

.snslogin-lp .sns-card b {
    color:var(--green);
}

.snslogin-lp .tap-card {
    background:var(--green);
    border-color:var(--green);
}

.snslogin-lp .tap-card b,
.snslogin-lp .tap-card span {
    color:#fff;
}

.snslogin-lp .connect-line {
    color:var(--green);
    font-weight:900;
}

.snslogin-lp .connect-line span {
    color:#89958f;
    font-size:8px;
    font-weight:500;
    display:block;
}

.snslogin-lp .benefit-section {
    background:var(--cream);
    max-width:none;
    padding-left:max(5%,50% - 580px);
    padding-right:max(5%,50% - 580px);
}

.snslogin-lp .benefit-grid {
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    display:grid;
}

.snslogin-lp .benefit-grid article {
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    min-height:260px;
    padding:38px 30px;
    position:relative;
}

.snslogin-lp .benefit-index {
    color:#e3e3e3;
    font:800 30px Arial;
    position:absolute;
    top:14px;
    right:20px;
}

.snslogin-lp .benefit-grid i {
    background:var(--green-pale);
    width:52px;
    height:52px;
    color:var(--green);
    border-radius:50%;
    place-items:center;
    font:900 22px Arial;
    display:grid;
}

.snslogin-lp .benefit-grid h3 {
    margin:25px 0 9px;
    font-size:18px;
}

.snslogin-lp .benefit-grid p {
    color:var(--muted);
    margin:0;
    font-size:13px;
}

.snslogin-lp .privacy-note {
    background:#fff;
    border:1px solid #e2d1b9;
    border-radius:9px;
    justify-content:center;
    align-items:center;
    gap:16px;
    max-width:760px;
    margin:28px auto 0;
    padding:18px 30px;
    display:flex;
}

.snslogin-lp .privacy-note>span {
    color:var(--green);
    font-size:26px;
}

.snslogin-lp .privacy-note b {
    color:var(--green-dark);
    font-size:12px;
}

.snslogin-lp .privacy-note p {
    margin:0;
    font-size:12px;
}

.snslogin-lp .route-grid {
    grid-template-columns:1fr 1fr;
    gap:24px;
    display:grid;
}

.snslogin-lp .route-card {
    border-radius:14px;
    min-height:305px;
    padding:40px;
    transition:all .25s;
    position:relative;
    overflow:hidden;
}

.snslogin-lp .route-card:hover {
    transform:translateY(-5px);
    box-shadow:0 18px 40px #123c2c18;
}

.snslogin-lp .route-card.new {
    background:#f7f7f7;
    border:1px solid #ddd;
}

.snslogin-lp .route-card.member {
    background:#fff7ee;
    border:1px solid #f0dbc7;
}

.snslogin-lp .route-label {
    color:var(--muted);
    font-size:11px;
    font-weight:700;
}

.snslogin-lp .route-icon {
    border-radius:50%;
    place-items:center;
    width:58px;
    height:58px;
    font:500 28px Arial;
    display:grid;
    position:absolute;
    top:35px;
    right:35px;
}

.snslogin-lp .new .route-icon {
    color:var(--green);
    background:#ffe7c7;
}

.snslogin-lp .member .route-icon {
    color:#ce681d;
    background:#ffe5cf;
}

.snslogin-lp .route-card h3 {
    margin:22px 0 4px;
    font-size:27px;
}

.snslogin-lp .route-card p {
    color:var(--muted);
    margin:0 0 33px;
    font-size:13px;
}

.snslogin-lp .route-card>b {
    color:var(--green);
    font-size:13px;
}

.snslogin-lp .member>b {
    color:#c45e16;
}

.snslogin-lp .route-card>b i.down-arrow {
    vertical-align:3px;
    border:2px solid;
    border-width:0 2px 2px 0;
    width:8px;
    height:8px;
    margin-left:30px;
    font-style:normal;
    display:inline-block;
    transform:rotate(45deg);
}

.snslogin-lp .new-guide {
    background:#f5f5f5;
}

.snslogin-lp .member-guide {
    background:#fff;
}

.snslogin-lp .guide-title {
    text-align:center;
    margin-bottom:70px;
}

.snslogin-lp .steps {
    max-width:900px;
    margin:auto;
}

.snslogin-lp .step {
    border-bottom:1px solid #ddd;
    grid-template-columns:1fr 320px;
    align-items:center;
    gap:100px;
    min-height:430px;
    padding:50px 20px;
    display:grid;
}

.snslogin-lp .step.reverse {
    grid-template-columns:320px 1fr;
}

.snslogin-lp .step.reverse .step-copy {
    order:2;
}

.snslogin-lp .step.reverse .phone {
    order:1;
}

.snslogin-lp .step-copy {
    max-width:390px;
}

.snslogin-lp .step-no {
    letter-spacing:.15em;
    border-radius:3px;
    padding:5px 10px;
    font:900 11px Arial;
    display:inline-block;
}

.snslogin-lp .step-no.new {
    color:#b96500;
    background:#ffe7c7;
}

.snslogin-lp .step-no.member {
    color:#c8651e;
    background:#ffead9;
}

.snslogin-lp .step-copy h3 {
    margin:16px 0 10px;
    font-size:23px;
}

.snslogin-lp .step-copy p {
    color:var(--muted);
    margin:0;
    font-size:14px;
}

.snslogin-lp .phone {
    background:#fff;
    border:1px solid #ddd;
    border-radius:17px;
    justify-self:center;
    width:238px;
    min-height:370px;
    overflow:hidden;
    box-shadow:0 16px 40px #00000012;
}

.snslogin-lp .phone-bar {
    border-bottom:1px solid #edf0ee;
    justify-content:space-between;
    align-items:center;
    height:35px;
    padding:0 14px;
    display:flex;
}

.snslogin-lp .phone-bar span,
.snslogin-lp .phone-bar i {
    border:1px solid #9faca6;
    border-radius:50%;
    width:9px;
    height:9px;
}

.snslogin-lp .phone-bar b {
    color:var(--green);
    font:800 8px Arial;
}

.snslogin-lp .phone-body {
    text-align:center;
    flex-direction:column;
    gap:10px;
    min-height:334px;
    padding:27px 20px;
    display:flex;
}

.snslogin-lp .phone-body small {
    margin-bottom:13px;
    font-size:12px;
    font-weight:800;
}

.snslogin-lp .phone-body label {
    text-align:left;
    color:#6f7c76;
    margin-bottom:-7px;
    font-size:8px;
}

.snslogin-lp .field {
    border:1px solid #ddd;
    border-radius:3px;
    height:31px;
}

.snslogin-lp .field.active {
    border-color:#efa54a;
    box-shadow:0 0 0 2px #fff1dc;
}

.snslogin-lp .accept {
    color:#fff;
    background:var(--green);
    margin-top:8px;
}

.snslogin-lp .provider {
    color:#fff;
    background:#18bd3b;
    border-radius:9px;
    place-items:center;
    width:40px;
    height:40px;
    margin:0 auto;
    font:800 8px Arial;
    display:grid;
}

.snslogin-lp .mini-copy {
    color:#777;
    font-size:9px;
    line-height:1.7;
}

.snslogin-lp .check {
    color:#fff;
    background:var(--green);
    border-radius:50%;
    place-items:center;
    width:58px;
    height:58px;
    margin:15px auto 8px;
    font-size:26px;
    display:grid;
}

.snslogin-lp .phone-body strong {
    font-size:12px;
}

.snslogin-lp .menu-row {
    text-align:left;
    border:1px solid #ddd;
    border-radius:4px;
    justify-content:space-between;
    align-items:center;
    padding:10px;
    font-size:9px;
    display:flex;
}

.snslogin-lp .menu-row.focus {
    color:#b96500;
    background:#fff3e2;
    border-color:#efbb78;
}

.snslogin-lp .important {
    background:#fff2f2;
    border:1px solid #e2a5a5;
    border-left:5px solid #c62828;
    border-radius:8px;
    align-items:flex-start;
    gap:15px;
    max-width:860px;
    margin:-28px auto 35px;
    padding:20px 25px;
    display:flex;
}

.snslogin-lp .important>span {
    color:#fff;
    background:#c62828;
    border-radius:50%;
    flex:none;
    place-items:center;
    width:28px;
    height:28px;
    font-weight:900;
    display:grid;
}

.snslogin-lp .important b {
    color:#9d1f1f;
    font-size:14px;
}

.snslogin-lp .important p {
    color:#664646;
    margin:3px 0 0;
    font-size:12px;
}

.snslogin-lp .faq details {
    border-bottom:1px solid var(--line);
}

.snslogin-lp .faq summary {
    cursor:pointer;
    align-items:center;
    gap:20px;
    padding:23px 10px;
    font-size:14px;
    font-weight:800;
    list-style:none;
    display:flex;
}

.snslogin-lp .faq summary::-webkit-details-marker {
    display:none;
}

.snslogin-lp .faq summary i {
    color:var(--green);
    font:900 18px Arial;
}

.snslogin-lp .faq summary b {
    color:var(--green);
    margin-left:auto;
    font-size:19px;
}

.snslogin-lp .faq details[open] summary b {
    transform:rotate(45deg);
}

.snslogin-lp .faq details p {
    color:var(--muted);
    margin:22px 42px;
    padding-left:30px;
    font-size:13px;
    position:relative;
}

.snslogin-lp .faq details p:before {
    content:"A";
    color:var(--green);
    font:900 18px Arial,sans-serif;
    position:absolute;
    top:-2px;
    left:0;
}

.snslogin-lp .final-cta {
    text-align:center;
    color:#fff;
    background:var(--green);
    padding:90px 5%;
    position:relative;
    overflow:hidden;
}

.snslogin-lp .final-cta:before,
.snslogin-lp .final-cta:after {
    content:"";
    border:1px solid #ffffff2a;
    border-radius:50%;
    position:absolute;
}

.snslogin-lp .final-cta:before {
    width:480px;
    height:480px;
    top:-250px;
    left:-160px;
}

.snslogin-lp .final-cta:after {
    width:390px;
    height:390px;
    bottom:-270px;
    right:-110px;
}

.snslogin-lp .final-cta>div {
    z-index:1;
    position:relative;
}

.snslogin-lp .final-cta span {
    letter-spacing:.18em;
    font:800 11px Arial;
}

.snslogin-lp .final-cta h2 {
    margin:8px 0;
    font-size:31px;
}

.snslogin-lp .final-cta p {
    color:#fff3e3;
    margin:0 0 25px;
    font-size:13px;
}

.snslogin-lp .button.light {
    color:var(--green-dark);
    background:#fff;
    margin:auto;
}

.snslogin-lp footer {
    grid-template-columns:1fr auto;
    align-items:start;
    gap:30px;
    max-width:1160px;
    margin:auto;
    padding:55px 0 28px;
    display:grid;
}

.snslogin-lp .footer-brand p {
    color:var(--muted);
    margin:18px 0 0;
    font-size:11px;
}

.snslogin-lp .footer-links {
    gap:24px;
    font-size:11px;
    font-weight:700;
    display:flex;
}

.snslogin-lp footer>small {
    color:#a0aaa5;
    border-top:1px solid var(--line);
    grid-column:1/-1;
    padding-top:20px;
    font-size:9px;
}

@media (max-width: 900px) {
    .snslogin-lp .site-header {
        padding:0 20px;
    }

    .snslogin-lp .site-header nav {
        display:none;
    }

    .snslogin-lp .header-login {
        margin-left:auto;
    }

    .snslogin-lp .breadcrumbs {
        padding:12px 20px;
    }

    .snslogin-lp .hero {
        text-align:center;
        grid-template-columns:1fr;
        padding:45px 24px 60px;
    }

    .snslogin-lp .hero h1 {
        font-size:41px;
    }

    .snslogin-lp .hero-actions,
    .snslogin-lp .social-pills {
        justify-content:center;
    }

    .snslogin-lp .hero-visual {
        margin-top:50px;
    }

    .snslogin-lp .section {
        padding:75px 24px;
    }

    .snslogin-lp .connect-diagram {
        flex-wrap:wrap;
    }

    .snslogin-lp .connect-line {
        transform:none;
    }

    .snslogin-lp .step,
    .snslogin-lp .step.reverse {
        gap:40px;
    }

    .snslogin-lp footer {
        padding:45px 24px 25px;
    }

}

@media (max-width: 640px) {
    .snslogin-lp .top-note {
        font-size:9px;
    }

    .snslogin-lp .site-header {
        height:64px;
    }

    .snslogin-lp .brand {
        font-size:22px;
    }

    .snslogin-lp .brand small {
        top:24px;
    }

    .snslogin-lp .header-login {
        padding:8px 17px;
    }

    .snslogin-lp .hero {
        min-height:auto;
        padding-top:34px;
    }

    .snslogin-lp .hero h1 {
        font-size:34px;
    }

    .snslogin-lp .hero-copy>p {
        font-size:14px;
    }

    .snslogin-lp .pc {
        display:none;
    }

    .snslogin-lp .hero-actions {
        flex-direction:column;
        gap:13px;
    }

    .snslogin-lp .hero-visual {
        min-height:420px;
        margin:5px -25px -25px;
        transform:scale(.86);
    }

    .snslogin-lp .float-card.shield {
        left:0;
    }

    .snslogin-lp .float-card.tap {
        right:0;
    }

    .snslogin-lp .section-heading h2,
    .snslogin-lp .guide-title h2 {
        font-size:27px;
    }

    .snslogin-lp .connect-diagram {
        flex-direction:column;
    }

    .snslogin-lp .connect-line {
        height:42px;
        transform:rotate(90deg);
    }

    .snslogin-lp .benefit-grid,
    .snslogin-lp .route-grid {
        grid-template-columns:1fr;
    }

    .snslogin-lp .benefit-grid article {
        min-height:auto;
    }

    .snslogin-lp .privacy-note {
        align-items:flex-start;
        padding:18px;
    }

    .snslogin-lp .route-card {
        min-height:270px;
        padding:30px;
    }

    .snslogin-lp .guide-section {
        padding:76px 20px;
    }

    .snslogin-lp .guide-title {
        margin-bottom:45px;
    }

    .snslogin-lp .step,
    .snslogin-lp .step.reverse {
        text-align:center;
        grid-template-columns:1fr;
        gap:30px;
        padding:50px 0;
    }

    .snslogin-lp .step.reverse .step-copy,
    .snslogin-lp .step.reverse .phone {
        order:initial;
    }

    .snslogin-lp .step-copy {
        margin:auto;
    }

    .snslogin-lp .phone {
        width:224px;
    }

    .snslogin-lp .important {
        margin-top:-18px;
    }

    .snslogin-lp .important b {
        line-height:1.55;
        display:block;
    }

    .snslogin-lp .faq summary {
        gap:12px;
        padding:20px 4px;
        line-height:1.55;
    }

    .snslogin-lp .faq details p {
        margin:-2px 35px 20px;
    }

    .snslogin-lp .final-cta {
        padding:70px 20px;
    }

    .snslogin-lp .final-cta h2 {
        font-size:25px;
    }

    .snslogin-lp .footer-links {
        grid-template-columns:1fr 1fr;
        gap:12px 20px;
        display:grid;
    }

    .snslogin-lp footer {
        grid-template-columns:1fr;
    }

}

.snslogin-lp .top-note {
    color:#65716b;
    text-align:left;
    letter-spacing:0;
    background:#f5f5f2;
    align-items:center;
    gap:22px;
    min-height:30px;
    padding:5px max(4%,50% - 590px);
    font-size:10px;
    display:flex;
}

.snslogin-lp .top-note div {
    margin-right:auto;
}

.snslogin-lp .top-note a {
    color:#53615a;
    border-left:1px solid #ccd3cf;
    padding-left:20px;
}

.snslogin-lp .site-header {
    height:auto;
    box-shadow:none;
    border:0;
    padding:0;
    display:block;
    position:relative;
    top:auto;
}

.snslogin-lp .header-main {
    grid-template-columns:210px minmax(280px,1fr) auto;
    align-items:center;
    gap:35px;
    max-width:1180px;
    min-height:94px;
    margin:auto;
    padding:16px 0;
    display:grid;
}

.snslogin-lp .header-main .brand {
    font-size:34px;
}

.snslogin-lp .header-main .brand small {
    font-size:8px;
    top:37px;
}

.snslogin-lp .site-search {
    background:#fff;
    border:1px solid #cdd8d2;
    border-radius:2px;
    height:42px;
    display:flex;
    overflow:hidden;
}

.snslogin-lp .site-search input {
    color:#3f4d46;
    border:0;
    outline:0;
    flex:1;
    min-width:0;
    padding:0 15px;
    font-size:12px;
}

.snslogin-lp .site-search input::placeholder {
    color:#9ca7a1;
}

.snslogin-lp .site-search button {
    background:var(--green);
    color:#fff;
    cursor:pointer;
    border:0;
    width:48px;
    font-size:23px;
}

.snslogin-lp .header-tools {
    align-items:stretch;
    height:54px;
    display:flex;
}

.snslogin-lp .header-tools>a {
    color:#45534c;
    border-left:1px solid #e0e6e3;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-width:74px;
    padding:2px 14px;
    display:flex;
}

.snslogin-lp .header-tools>a:last-child {
    border-right:1px solid #e0e6e3;
}

.snslogin-lp .header-tools i {
    color:var(--green);
    font:400 23px/1 Arial;
}

.snslogin-lp .header-tools span {
    white-space:nowrap;
    margin-top:6px;
    font-size:9px;
}

.snslogin-lp .header-tools b {
    background:var(--orange);
    color:#fff;
    border-radius:50%;
    place-items:center;
    width:16px;
    height:16px;
    margin-left:2px;
    font-size:8px;
    display:inline-grid;
}

.snslogin-lp .header-tools small {
    color:#8b9691;
    font-size:8px;
}

.snslogin-lp .category-nav {
    background:var(--green-dark);
    justify-content:center;
    align-items:stretch;
    height:46px;
    padding:0 max(2%,50% - 590px);
    gap:0!important;
    margin:0!important;
    display:flex!important;
}

.snslogin-lp .category-nav a {
    color:#fff;
    white-space:nowrap;
    border-left:1px solid #ffffff1f;
    justify-content:center;
    align-items:center;
    padding:0 17px;
    font-size:11px;
    font-weight:700;
    display:flex;
}

.snslogin-lp .category-nav a:last-child {
    border-right:1px solid #ffffff1f;
}

.snslogin-lp .category-nav a:after {
    display:none;
}

.snslogin-lp .category-nav a:hover {
    background:#3b3b3b;
}

.snslogin-lp .category-nav .guide-link {
    background:var(--green);
}

.snslogin-lp .breadcrumbs {
    padding-top:15px;
    padding-bottom:15px;
}

.snslogin-lp .site-footer {
    color:#33423b;
    background:#fff;
    max-width:none;
    margin:0;
    padding:0;
    display:block;
}

.snslogin-lp .twitter-strip {
    z-index:2;
    background:#f5f5f5;
    border:1px solid #ddd;
    align-items:center;
    gap:18px;
    max-width:1180px;
    margin:0 auto;
    padding:32px 42px;
    display:flex;
    position:relative;
    transform:translateY(45px);
}

.snslogin-lp .twitter-mark {
    color:#fff;
    background:#222;
    border-radius:50%;
    place-items:center;
    width:48px;
    height:48px;
    font-size:22px;
    display:grid;
}

.snslogin-lp .twitter-strip b {
    font-size:14px;
}

.snslogin-lp .twitter-strip p {
    color:#777;
    margin:1px 0 0;
    font-size:11px;
}

.snslogin-lp .twitter-strip a {
    color:var(--green-dark);
    background:#fff;
    border:1px solid #bdbdbd;
    margin-left:auto;
    padding:10px 20px;
    font-size:10px;
    font-weight:700;
}

.snslogin-lp .news-block {
    max-width:1180px;
    margin:0 auto;
    padding:92px 0 58px;
    position:relative;
}

.snslogin-lp .news-block h2 {
    border-bottom:3px solid var(--green);
    margin:0 0 18px;
    padding-bottom:10px;
    font-size:18px;
}

.snslogin-lp .news-list a {
    border-bottom:1px solid #e2e2e2;
    gap:30px;
    padding:13px 6px;
    font-size:11px;
    display:flex;
}

.snslogin-lp .news-list time {
    color:#888;
    width:80px;
}

.snslogin-lp .news-more {
    text-align:right;
    color:var(--green-dark);
    margin-top:15px;
    font-size:10px;
    font-weight:700;
    display:block;
}

.snslogin-lp .footer-sitemap {
    background:#f5f5f5;
    border-top:1px solid #ddd;
    grid-template-columns:repeat(4,1fr);
    gap:48px;
    padding:54px max(4%,50% - 590px);
    display:grid;
}

.snslogin-lp .footer-sitemap section {
    flex-direction:column;
    display:flex;
}

.snslogin-lp .footer-sitemap h3 {
    border-bottom:2px solid var(--green);
    color:#333;
    margin:0 0 17px;
    padding-bottom:10px;
    font-size:14px;
}

.snslogin-lp .footer-sitemap a {
    color:#666;
    padding:5px 0;
    font-size:10px;
}

.snslogin-lp .footer-sitemap a:before {
    content:"›";
    color:var(--green);
    margin-right:7px;
    font-weight:900;
}

.snslogin-lp .footer-about {
    background:#fff;
    border-top:1px solid #ddd;
    grid-template-columns:190px 1fr auto;
    align-items:center;
    gap:35px;
    padding:44px max(4%,50% - 590px);
    display:grid;
}

.snslogin-lp .footer-about .footer-brand {
    min-height:45px;
}

.snslogin-lp .footer-about p {
    color:#777;
    margin:0;
    font-size:10px;
    line-height:1.9;
}

.snslogin-lp .trust-badges {
    gap:8px;
    display:flex;
}

.snslogin-lp .trust-badges span {
    color:var(--green-dark);
    white-space:nowrap;
    background:#f7f7f7;
    border:1px solid #ccc;
    padding:8px 10px;
    font-size:8px;
    font-weight:700;
}

.snslogin-lp .footer-bottom {
    background:var(--green-dark);
    color:#e5e5e5;
    align-items:center;
    gap:30px;
    min-height:64px;
    padding:18px max(4%,50% - 590px);
    display:flex;
}

.snslogin-lp .footer-bottom div {
    gap:23px;
    display:flex;
}

.snslogin-lp .footer-bottom a {
    font-size:9px;
}

.snslogin-lp .footer-bottom small {
    color:#aaa;
    border:0;
    margin-left:auto;
    padding:0;
    font-size:8px;
}

@media (max-width: 900px) {
    .snslogin-lp .header-main {
        grid-template-columns:170px 1fr;
        gap:20px;
        padding:15px 20px;
    }

    .snslogin-lp .site-search {
        display:none;
    }

    .snslogin-lp .header-main .brand {
        font-size:28px;
    }

    .snslogin-lp .header-main .brand small {
        top:31px;
    }

    .snslogin-lp .header-tools {
        justify-content:flex-end;
    }

    .snslogin-lp .category-nav {
        justify-content:flex-start;
        padding:0;
        overflow-x:auto;
    }

    .snslogin-lp .category-nav a {
        flex:none;
    }

    .snslogin-lp .news-block {
        padding-left:24px;
        padding-right:24px;
    }

    .snslogin-lp .twitter-strip {
        margin-left:24px;
        margin-right:24px;
    }

    .snslogin-lp .footer-sitemap {
        grid-template-columns:1fr 1fr;
    }

    .snslogin-lp .footer-about {
        grid-template-columns:160px 1fr;
    }

    .snslogin-lp .trust-badges {
        grid-column:1/-1;
    }

    .snslogin-lp .footer-bottom {
        flex-direction:column;
        align-items:flex-start;
    }

    .snslogin-lp .footer-bottom small {
        margin-left:0;
    }

}

@media (max-width: 640px) {
    .snslogin-lp .top-note {
        justify-content:center;
        min-height:25px;
        font-size:8px;
    }

    .snslogin-lp .top-note a {
        display:none;
    }

    .snslogin-lp .header-main {
        grid-template-columns:1fr auto;
        min-height:68px;
        padding:10px 14px;
    }

    .snslogin-lp .header-main .brand {
        font-size:24px;
    }

    .snslogin-lp .header-main .brand small {
        font-size:6px;
        top:27px;
    }

    .snslogin-lp .header-tools {
        height:43px;
    }

    .snslogin-lp .header-tools>a {
        min-width:50px;
        padding:0 8px;
    }

    .snslogin-lp .header-tools i {
        font-size:19px;
    }

    .snslogin-lp .header-tools span {
        margin-top:4px;
        font-size:7px;
    }

    .snslogin-lp .header-tools small {
        display:none;
    }

    .snslogin-lp .cart-tool {
        border-right:0!important;
    }

    .snslogin-lp .category-nav {
        height:39px;
    }

    .snslogin-lp .category-nav a {
        padding:0 14px;
        font-size:9px;
    }

    .snslogin-lp .breadcrumbs {
        padding:10px 15px;
    }

    .snslogin-lp .twitter-strip {
        margin:0 15px;
        padding:20px;
        transform:translateY(30px);
    }

    .snslogin-lp .twitter-strip p,
    .snslogin-lp .twitter-strip a {
        display:none;
    }

    .snslogin-lp .news-block {
        padding:67px 18px 42px;
    }

    .snslogin-lp .news-list a {
        flex-direction:column;
        gap:10px;
    }

    .snslogin-lp .news-list time {
        width:auto;
    }

    .snslogin-lp .footer-sitemap {
        grid-template-columns:1fr 1fr;
        gap:35px 20px;
        padding:40px 20px;
    }

    .snslogin-lp .footer-about {
        grid-template-columns:1fr;
        gap:18px;
        padding:35px 20px;
    }

    .snslogin-lp .trust-badges {
        flex-wrap:wrap;
    }

    .snslogin-lp .footer-bottom {
        padding:25px 20px;
    }

    .snslogin-lp .footer-bottom div {
        grid-template-columns:1fr 1fr;
        gap:12px 20px;
        display:grid;
    }

}

.snslogin-lp body {
    font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Yu Gothic Medium,YuGothic,Meiryo,sans-serif;
    font-weight:400;
    line-height:1.8;
}

.snslogin-lp .eyebrow,
.snslogin-lp .section-heading>span,
.snslogin-lp .guide-tag,
.snslogin-lp .final-cta span {
    display:none;
}

.snslogin-lp .hero {
    max-width:1160px;
    min-height:auto;
    padding:24px 20px 38px;
}

.snslogin-lp .hero-banner {
    width:100%;
    height:auto;
    margin:0 auto;
    display:block;
}

.snslogin-lp .hero-copy-below-banner {
    margin-top:46px;
}

.snslogin-lp .hero h1 {
    letter-spacing:.01em;
    margin:0 0 18px;
    font-size:38px;
    font-weight:600;
    line-height:1.45;
}

.snslogin-lp .hero h1 em {
    font-weight:600;
}

.snslogin-lp .hero h1 em:after {
    height:8px;
    bottom:4px;
}

.snslogin-lp .hero-copy>p {
    font-size:14px;
}

.snslogin-lp .button {
    border-radius:2px;
    min-width:220px;
    padding:13px 20px;
    font-weight:600;
    box-shadow:none!important;
}

.snslogin-lp .blob,
.snslogin-lp .float-card {
    display:none;
}

.snslogin-lp .hero-visual {
    min-height:430px;
}

.snslogin-lp .hero-phone {
    border-radius:14px;
    width:220px;
    height:420px;
    padding:10px 5px 6px;
    transform:none;
    box-shadow:0 8px 24px #00000016;
}

.snslogin-lp .hero-screen {
    border-radius:7px;
    height:382px;
}

.snslogin-lp .social-pills span {
    border-radius:2px;
}

.snslogin-lp .section {
    max-width:1000px;
    padding:68px 20px;
}

.snslogin-lp .section-heading {
    text-align:left;
    border-bottom:1px solid #cfcfcf;
    max-width:none;
    margin:0 0 38px;
    padding-bottom:13px;
}

.snslogin-lp .section-heading h2,
.snslogin-lp .guide-title h2 {
    border-left:5px solid var(--green);
    letter-spacing:.01em;
    margin:0 0 8px;
    padding-left:13px;
    font-size:24px;
    font-weight:600;
    line-height:1.45;
}

.snslogin-lp .section-heading p,
.snslogin-lp .guide-title p {
    padding-left:18px;
    font-size:13px;
}

.snslogin-lp .intro {
    border-top:0;
}

.snslogin-lp .connect-diagram {
    gap:12px;
}

.snslogin-lp .diagram-card {
    width:185px;
    min-height:115px;
    box-shadow:none;
    border-radius:0;
    padding:20px;
}

.snslogin-lp .diagram-card b {
    font-size:18px;
}

.snslogin-lp .connect-line {
    font-size:13px;
}

.snslogin-lp .benefit-section {
    padding-top:68px;
    padding-bottom:68px;
}

.snslogin-lp .benefit-grid {
    gap:12px;
}

.snslogin-lp .benefit-grid article {
    min-height:220px;
    box-shadow:none;
    border-radius:0;
    padding:28px 24px;
}

.snslogin-lp .benefit-grid i {
    border-radius:2px;
    width:43px;
    height:43px;
    font-size:18px;
    font-family: Arial, sans-serif;
}

.snslogin-lp .benefit-grid h3 {
    margin:18px 0 7px;
    font-size:16px;
    font-weight:600;
}

.snslogin-lp .benefit-grid p {
    font-size:12px;
}

.snslogin-lp .privacy-note {
    border-radius:0;
    justify-content:flex-start;
    max-width:none;
    margin-top:18px;
    padding:14px 20px;
}

.snslogin-lp .privacy-note>span {
    font-size:20px;
}

.snslogin-lp .route-section {
    padding-top:68px;
    padding-bottom:68px;
}

.snslogin-lp .route-grid {
    gap:14px;
}

.snslogin-lp .route-card {
    border-radius:0;
    min-height:255px;
    padding:30px;
}

.snslogin-lp .route-card:hover {
    box-shadow:none;
    transform:none;
}

.snslogin-lp .route-card h3 {
    margin:17px 0 3px;
    font-size:22px;
    font-weight:600;
}

.snslogin-lp .route-icon {
    border-radius:2px;
    width:45px;
    height:45px;
    font-size:20px;
}

.snslogin-lp .guide-section {
    padding:70px max(20px,50% - 450px);
}

.snslogin-lp .guide-title {
    text-align:left;
    border-bottom:1px solid #cfcfcf;
    margin-bottom:42px;
    padding-bottom:13px;
}

.snslogin-lp .guide-title h2 {
    font-size:24px;
}

.snslogin-lp .steps {
    max-width:820px;
}

.snslogin-lp .step {
    gap:60px;
    min-height:350px;
    padding:40px 10px;
}

.snslogin-lp .step.reverse {
    gap:60px;
}

.snslogin-lp .step-copy h3 {
    margin:12px 0 8px;
    font-size:19px;
    font-weight:600;
}

.snslogin-lp .step-copy p {
    font-size:13px;
}

.snslogin-lp .step-no {
    border-radius:0;
    font-weight:700;
}

.snslogin-lp .phone {
    width:220px;
    min-height:340px;
    box-shadow:none;
    border-radius:4px;
}

.snslogin-lp .phone-bar {
    border-radius:0;
}

.snslogin-lp .phone-body {
    min-height:304px;
    padding:23px 18px;
}

.snslogin-lp .important {
    border-radius:0;
    max-width:820px;
    margin:-12px auto 20px;
    padding:16px 20px;
}

.snslogin-lp .important b {
    font-weight:600;
}

.snslogin-lp .faq {
    max-width:900px;
}

.snslogin-lp .faq summary {
    padding:19px 8px;
    font-weight:500;
}

.snslogin-lp .faq summary i {
    color:var(--green);
}

.snslogin-lp .final-cta {
    background:#2b2b2b;
    padding:66px 20px;
}

.snslogin-lp .final-cta h2 {
    margin:0 0 8px;
    font-size:26px;
    font-weight:600;
}

.snslogin-lp .final-cta p {
    color:#d7d7d7;
}

.snslogin-lp .button.light {
    background:var(--green);
    color:#fff;
}

@media (max-width: 640px) {
    .snslogin-lp .page-title {
        margin:12px 15px 0;
        padding-bottom:9px;
        font-size:24px;
    }

    .snslogin-lp .hero {
        padding:18px 15px 28px;
    }

    .snslogin-lp .hero-copy-below-banner {
        margin-top:30px;
    }

    .snslogin-lp .hero h1 {
        font-size:29px;
    }

    .snslogin-lp .hero-visual {
        min-height:380px;
        margin:20px 0 -15px;
        transform:none;
    }

    .snslogin-lp .hero-phone {
        width:205px;
        height:390px;
    }

    .snslogin-lp .hero-screen {
        height:352px;
    }

    .snslogin-lp .section {
        padding:52px 18px;
    }

    .snslogin-lp .section-heading h2,
    .snslogin-lp .guide-title h2 {
        font-size:21px;
    }

    .snslogin-lp .benefit-grid article {
        min-height:auto;
    }

    .snslogin-lp .route-card {
        min-height:230px;
    }

    .snslogin-lp .guide-section {
        padding:55px 18px;
    }

    .snslogin-lp .step,
    .snslogin-lp .step.reverse {
        gap:25px;
        min-height:auto;
        padding:38px 0;
    }

    .snslogin-lp .step-copy h3 {
        font-size:18px;
    }

    .snslogin-lp .phone {
        width:210px;
    }

    .snslogin-lp .final-cta {
        padding:55px 18px;
    }

    .snslogin-lp .final-cta h2 {
        font-size:23px;
    }

}

.snslogin-lp .hero h1 {
    border-bottom:3px solid var(--green);
    color:#222;
    padding:0 0 10px;
    display:inline-block;
}

.snslogin-lp .hero h1 em {
    color:#222;
}

.snslogin-lp .hero h1 em:after {
    display:none;
}

.snslogin-lp .section-heading,
.snslogin-lp .guide-title {
    border-bottom:0;
    padding-bottom:0;
}

.snslogin-lp .section-heading h2,
.snslogin-lp .guide-title h2 {
    color:#333;
    background:#fff;
    border:1px solid #ddd;
    width:100%;
    margin:0 0 20px;
    padding:10px 10px 10px 20px;
    font-size:22px;
    font-weight:600;
    line-height:1.45;
    position:relative;
    box-shadow:0 0 5px #ccc;
}

.snslogin-lp .section-heading h2:before,
.snslogin-lp .guide-title h2:before {
    content:"";
    background:#ed681a;
    width:7px;
    margin:10px auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
}

.snslogin-lp .section-heading p,
.snslogin-lp .guide-title p {
    color:#666;
    padding:0 4px;
}

.snslogin-lp .step-copy h3 {
    border:1px solid #dedede;
    border-left:6px solid var(--green);
    color:#222;
    background:#fff;
    border-radius:4px;
    margin:11px 0 14px;
    padding:11px 14px 10px;
    font-size:17px;
    font-weight:500;
    line-height:1.55;
    box-shadow:0 3px 10px #0000000a;
}

.snslogin-lp .benefit-grid h3 {
    border-bottom:2px solid #333;
    padding-bottom:7px;
    position:relative;
}

.snslogin-lp .benefit-grid h3:after {
    content:"";
    background:var(--green);
    width:42px;
    height:2px;
    position:absolute;
    bottom:-2px;
    left:0;
}

.snslogin-lp .route-card h3 {
    border-bottom:1px solid #cfcfcf;
    padding-bottom:8px;
    position:relative;
}

.snslogin-lp .route-card h3:after {
    content:"";
    background:var(--green);
    width:46px;
    height:2px;
    position:absolute;
    bottom:-1px;
    left:0;
}

.snslogin-lp .split-guide {
    color:#292929;
    padding-bottom:70px;
}

.snslogin-lp .split-intro {
    text-align:center;
    background:#f7f7f7;
    border-top:5px solid #ed681a;
    max-width:1000px;
    margin:24px auto 0;
    padding:50px 44px;
}

.snslogin-lp .split-intro-kicker {
    color:#ed681a;
    margin:0 0 8px;
    font-size:14px;
    font-weight:700;
}

.snslogin-lp .split-intro h2 {
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1.5;
}

.snslogin-lp .split-intro>p:not(.split-intro-kicker) {
    color:#555;
    max-width:720px;
    margin:16px auto 0;
    font-size:15px;
}

.snslogin-lp .split-provider-nav {
    grid-template-columns:1fr 1fr;
    gap:16px;
    max-width:780px;
    margin:32px auto 0;
    display:grid;
}

.snslogin-lp .split-provider-nav a {
    text-align:left;
    background:#fff;
    border:2px solid;
    grid-template-columns:110px 1fr 18px;
    align-items:center;
    min-height:82px;
    padding:14px 20px;
    display:grid;
    position:relative;
}

.snslogin-lp .split-provider-nav b {
    font:700 22px Arial,sans-serif;
}

.snslogin-lp .split-provider-nav span {
    color:#444;
    font-size:13px;
    font-weight:600;
}

.snslogin-lp .split-provider-nav i {
    border:2px solid;
    border-width:0 2px 2px 0;
    width:9px;
    height:9px;
    transform:rotate(45deg)translateY(-3px);
}

.snslogin-lp .split-provider-nav .line-link {
    color:#078139;
    border-color:#06c755;
}

.snslogin-lp .split-provider-nav .google-link {
    color:#2c62a4;
    background:#f8fbff;
    border-color:#4285f4;
}

.snslogin-lp .split-common-note {
    background:#fff4e8;
    border-left:5px solid #ed681a;
    max-width:1000px;
    margin:22px auto 55px;
    padding:18px 22px;
}

.snslogin-lp .split-common-note b {
    font-size:16px;
}

.snslogin-lp .split-common-note p {
    color:#555;
    margin:3px 0 0;
    font-size:14px;
}

.snslogin-lp .split-provider {
    background:#fff;
    border:1px solid #d5d5d5;
    max-width:1000px;
    margin:0 auto 72px;
    padding:0 0 54px;
}

.snslogin-lp .split-provider-header {
    border-bottom:1px solid #ddd;
    align-items:center;
    gap:24px;
    padding:27px 32px;
    display:flex;
}

.snslogin-lp .split-provider-header div p {
    margin:0;
    font-size:13px;
    font-weight:600;
}

.snslogin-lp .split-provider-header h2 {
    margin:1px 0 0;
    font-size:29px;
    line-height:1.35;
}

.snslogin-lp .split-provider-logo {
    place-items:center;
    width:92px;
    height:58px;
    font:700 17px Arial,sans-serif;
    display:grid;
}

.snslogin-lp .is-line .split-provider-header {
    background:#f1fbf4;
    border-top:6px solid #06c755;
}

.snslogin-lp .is-line .split-provider-logo {
    color:#fff;
    background:#06c755;
}

.snslogin-lp .is-google .split-provider-header {
    background:#edf4ff;
    border-top:6px solid #4285f4;
}

.snslogin-lp .is-google .split-provider-logo {
    color:#2c62a4;
    background:#fff;
    border:1px solid #9bbbe9;
}

.snslogin-lp .split-provider-description {
    color:#444;
    margin:30px 32px 0;
    font-size:15px;
    line-height:1.9;
}

.snslogin-lp .split-facts {
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:25px 32px 0;
    display:grid;
}

.snslogin-lp .split-facts div {
    background:#fafafa;
    border:1px solid #d8d8d8;
    min-height:112px;
    padding:17px 18px;
}

.snslogin-lp .split-facts b {
    color:#666;
    margin-bottom:7px;
    font-size:12px;
    display:block;
}

.snslogin-lp .split-facts p {
    margin:0;
    font-size:15px;
    font-weight:700;
    line-height:1.65;
}

.snslogin-lp .is-line .split-facts div {
    border-top:4px solid #06c755;
}

.snslogin-lp .is-google .split-facts div {
    border-top:4px solid #4285f4;
}

.snslogin-lp .split-provider-notes {
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:18px 32px 0;
    display:grid;
}

.snslogin-lp .split-provider-notes.single {
    grid-template-columns:1fr;
}

.snslogin-lp .split-provider-notes div {
    background:#fff5e9;
    border-left:4px solid #ed681a;
    padding:15px 18px;
}

.snslogin-lp .split-provider-notes b {
    font-size:14px;
}

.snslogin-lp .split-provider-notes p {
    color:#555;
    margin:3px 0 0;
    font-size:13px;
}

.snslogin-lp .split-use-cases {
    border-top:1px solid #ccc;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:38px 32px 0;
    padding-top:36px;
    display:grid;
}

.snslogin-lp .split-use-cases article {
    background:#fff;
    border:1px solid #d4d4d4;
    padding:25px;
}

.snslogin-lp .split-case-label {
    color:#555;
    background:#eee;
    margin-bottom:8px;
    padding:3px 9px;
    font-size:11px;
    font-weight:700;
    display:inline-block;
}

.snslogin-lp .split-use-cases h3 {
    border-bottom:2px solid #444;
    margin:0 0 20px;
    padding-bottom:10px;
    font-size:19px;
}

.snslogin-lp .split-warning {
    color:#b02c23;
    background:#fff0ee;
    margin:-7px 0 16px;
    padding:8px 10px;
    font-size:12px;
    font-weight:700;
}

.snslogin-lp .split-step-list {
    margin:0;
    padding:0;
    list-style:none;
}

.snslogin-lp .split-step-list li {
    border-bottom:1px solid #e1e1e1;
    grid-template-columns:34px 1fr;
    align-items:center;
    min-height:56px;
    display:grid;
}

.snslogin-lp .split-step-list li:last-child {
    border-bottom:0;
}

.snslogin-lp .split-step-list span {
    color:#fff;
    background:#444;
    border-radius:50%;
    place-items:center;
    width:27px;
    height:27px;
    font-size:12px;
    font-weight:700;
    display:grid;
}

.snslogin-lp .is-line .split-step-list span {
    background:#078139;
}

.snslogin-lp .is-google .split-step-list span {
    background:#2c62a4;
}

.snslogin-lp .split-step-list p {
    margin:0;
    font-size:13px;
    line-height:1.6;
}

.snslogin-lp .split-account-note {
    background:#fff5f4;
    border:1px solid #e2a3a0;
    border-left:6px solid #c43d34;
    max-width:1000px;
    margin:-25px auto 24px;
    padding:22px 25px;
}

.snslogin-lp .split-account-note b {
    font-size:16px;
}

.snslogin-lp .split-account-note p {
    color:#555;
    margin:5px 0 0;
    font-size:14px;
}

.snslogin-lp .split-guide .compact-manage {
    max-width:960px;
}

.snslogin-lp .split-back-link {
    color:#444;
    border-bottom:1px solid #555;
    width:max-content;
    margin:35px auto 0;
    padding-bottom:3px;
    font-size:13px;
    display:block;
}

@media (max-width: 640px) {
    .snslogin-lp .split-guide {
        padding-bottom:50px;
    }

    .snslogin-lp .split-intro {
        margin-top:18px;
        padding:34px 18px;
    }

    .snslogin-lp .split-intro h2 {
        font-size:24px;
    }

    .snslogin-lp .split-intro>p:not(.split-intro-kicker) {
        font-size:13px;
    }

    .snslogin-lp .split-provider-nav {
        grid-template-columns:1fr;
        margin-top:24px;
    }

    .snslogin-lp .split-provider-nav a {
        grid-template-columns:88px 1fr 14px;
        min-height:72px;
        padding:12px 15px;
    }

    .snslogin-lp .split-provider-nav b {
        font-size:18px;
    }

    .snslogin-lp .split-provider-nav span {
        font-size:11px;
    }

    .snslogin-lp .split-common-note {
        margin:16px 15px 42px;
        padding:15px;
    }

    .snslogin-lp .split-common-note b {
        font-size:14px;
    }

    .snslogin-lp .split-common-note p {
        font-size:12px;
    }

    .snslogin-lp .split-provider {
        margin:0 15px 48px;
        padding-bottom:35px;
    }

    .snslogin-lp .split-provider-header {
        gap:14px;
        padding:20px 17px;
    }

    .snslogin-lp .split-provider-logo {
        width:70px;
        height:48px;
        font-size:14px;
    }

    .snslogin-lp .split-provider-header h2 {
        font-size:22px;
    }

    .snslogin-lp .split-provider-header div p {
        font-size:11px;
    }

    .snslogin-lp .split-provider-description {
        margin:22px 18px 0;
        font-size:13px;
    }

    .snslogin-lp .split-facts {
        grid-template-columns:1fr;
        margin:20px 18px 0;
    }

    .snslogin-lp .split-facts div {
        min-height:auto;
    }

    .snslogin-lp .split-provider-notes,
    .snslogin-lp .split-provider-notes.single {
        grid-template-columns:1fr;
        margin:15px 18px 0;
    }

    .snslogin-lp .split-use-cases {
        grid-template-columns:1fr;
        margin:28px 18px 0;
        padding-top:28px;
    }

    .snslogin-lp .split-use-cases article {
        padding:20px 17px;
    }

    .snslogin-lp .split-account-note {
        margin:-18px 15px 22px;
        padding:18px;
    }

    .snslogin-lp .split-account-note p {
        font-size:12px;
    }

    .snslogin-lp .split-guide .compact-manage {
        margin-left:15px;
        margin-right:15px;
    }

}

.snslogin-lp .faq .section-heading h2 {
    margin-bottom:20px;
}

.snslogin-lp .faq-list {
    border-top:0;
}

.snslogin-lp .faq summary {
    border-left:4px solid var(--green);
    background:#f5f5f5;
    margin-top:8px;
    padding-left:14px;
}

@media (max-width: 640px) {
    .snslogin-lp .section-heading h2,
    .snslogin-lp .guide-title h2 {
        padding:10px 10px 10px 18px;
        font-size:20px;
    }

    .snslogin-lp .hero h1 {
        font-size:27px;
    }

    .snslogin-lp .step-copy h3 {
        text-align:left;
        font-size:16px;
    }

}

.snslogin-lp .difference-section,
.snslogin-lp .provider-section,
.snslogin-lp .returning-guide,
.snslogin-lp .manage-section,
.snslogin-lp .trouble-section {
    max-width:1000px;
}

.snslogin-lp .difference-table {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

.snslogin-lp .diff-row {
    grid-template-columns:180px 1fr 1fr;
    display:grid;
}

.snslogin-lp .diff-row>div {
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:13px 15px;
    font-size:12px;
}

.snslogin-lp .diff-row>div:first-child {
    background:#f3f3f3;
    font-weight:600;
}

.snslogin-lp .diff-row.diff-head>div {
    color:#fff;
    background:#333;
    font-weight:600;
}

.snslogin-lp .diff-row.diff-head>div:first-child {
    border-left:5px solid var(--green);
}

.snslogin-lp .table-note {
    color:#777;
    margin:10px 0 0;
    font-size:11px;
}

.snslogin-lp .provider-section {
    border-top:1px solid #ddd;
}

.snslogin-lp .provider-cards {
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-bottom:28px;
    display:grid;
}

.snslogin-lp .provider-card {
    background:#fff;
    border:1px solid #ccc;
    padding:25px;
}

.snslogin-lp .provider-card.line-card {
    border-top:4px solid #18bd3b;
}

.snslogin-lp .provider-card.google-card {
    border-top:4px solid #555;
}

.snslogin-lp .provider-card h3 {
    margin:12px 0 7px;
    font-size:19px;
    font-weight:600;
}

.snslogin-lp .provider-card p {
    color:#555;
    margin:0 0 14px;
    font-size:14px;
}

.snslogin-lp .provider-card ul {
    margin:0;
    padding-left:21px;
}

.snslogin-lp .provider-card li {
    margin:7px 0;
    font-size:14px;
    line-height:1.7;
}

.snslogin-lp .provider-logo {
    place-items:center;
    width:46px;
    height:46px;
    font-weight:700;
    display:grid;
}

.snslogin-lp .line-logo {
    color:#fff;
    background:#18bd3b;
    font:700 9px Arial;
}

.snslogin-lp .google-logo {
    color:#444;
    background:#fff;
    border:1px solid #bbb;
    font:700 22px Arial;
}

.snslogin-lp .comparison-title {
    margin:34px 0 12px;
}

.snslogin-lp .comparison-title h3 {
    border-left:5px solid var(--green);
    margin:0 0 5px;
    padding-left:11px;
    font-size:19px;
    font-weight:600;
}

.snslogin-lp .comparison-title p {
    color:#555;
    margin:0;
    font-size:14px;
}

.snslogin-lp .provider-comparison {
    background:#fff;
    border:1px solid #d0d0d0;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 18px #0000000b;
}

.snslogin-lp .provider-comparison table {
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
}

.snslogin-lp .provider-comparison th,
.snslogin-lp .provider-comparison td {
    text-align:left;
    vertical-align:middle;
    border-bottom:1px solid #ddd;
    padding:17px 15px;
    font-size:15px;
    line-height:1.65;
}

.snslogin-lp .provider-comparison thead th {
    text-align:center;
    background:#f2f2f2;
    font-size:16px;
    font-weight:700;
}

.snslogin-lp .provider-comparison thead th:first-child {
    text-align:left;
    width:29%;
}

.snslogin-lp .provider-comparison .line-column {
    background:#eaf9ef;
    border-top:6px solid #06c755;
}

.snslogin-lp .provider-comparison .google-column {
    background:#edf4ff;
    border-top:6px solid #4285f4;
}

.snslogin-lp .provider-comparison tbody th {
    background:#f7f7f7;
    font-weight:700;
}

.snslogin-lp .provider-comparison tbody td {
    text-align:center;
}

.snslogin-lp .provider-comparison .line-cell {
    background:#f7fcf8;
}

.snslogin-lp .provider-comparison .google-cell {
    background:#f8fbff;
}

.snslogin-lp .provider-comparison .notification-row th {
    border-left:6px solid var(--green);
    background:#fff1dd;
}

.snslogin-lp .provider-comparison .notification-row .line-cell {
    background:#dff6e7;
}

.snslogin-lp .provider-comparison .notification-row .google-cell {
    background:#e5efff;
}

.snslogin-lp .provider-comparison .notification-row th span {
    background:var(--green);
    color:#fff;
    border-radius:12px;
    width:max-content;
    margin-bottom:5px;
    padding:2px 8px;
    font-size:10px;
    font-weight:700;
    display:block;
}

.snslogin-lp .provider-comparison td strong {
    color:#222;
    font-size:17px;
}

.snslogin-lp .provider-comparison tbody tr:last-child th,
.snslogin-lp .provider-comparison tbody tr:last-child td {
    border-bottom:0;
}

.snslogin-lp .provider-comparison thead {
    box-shadow:0 3px #d7d7d7;
}

.snslogin-lp .provider-comparison thead th {
    color:#fff;
    background:#3f3f3f;
    border-bottom:4px solid #3f3f3f;
    padding-top:14px;
    padding-bottom:14px;
    font-size:16px;
}

.snslogin-lp .provider-comparison thead th:first-child {
    color:#222;
    text-align:center;
    background:#f2f2f2;
    border-bottom-color:#a8a8a8;
    border-right:2px solid #fff;
}

.snslogin-lp .provider-comparison thead .line-column {
    color:#087d38;
    background:#dff6e7;
    border-top:0;
    border-bottom-color:#06c755;
}

.snslogin-lp .provider-comparison thead .google-column {
    color:#2c62a4;
    background:#e5efff;
    border-top:0;
    border-bottom-color:#4285f4;
}

.snslogin-lp .provider-comparison tbody th {
    border-right:2px solid #ddd;
}

.snslogin-lp .provider-comparison tbody td+td {
    border-left:1px solid #d7dce2;
}

.snslogin-lp .comparison-common {
    background:#f3f3f3;
    border-radius:8px;
    margin-top:16px;
    padding:16px 20px;
}

.snslogin-lp .comparison-common b {
    font-size:15px;
}

.snslogin-lp .comparison-common p {
    color:#555;
    margin:3px 0 0;
    font-size:14px;
}

.snslogin-lp .notification-note {
    background:#f1fbf4;
    border:1px solid #b7dfc4;
    border-left:5px solid #06c755;
    border-radius:8px;
    margin-top:12px;
    padding:16px 20px;
}

.snslogin-lp .notification-note b {
    font-size:14px;
}

.snslogin-lp .notification-note p {
    color:#46584b;
    margin:4px 0 0;
    font-size:13px;
}

.snslogin-lp .official-line-note,
.snslogin-lp .same-provider-note {
    border:1px solid #d6a768;
    border-left:5px solid var(--green);
    background:#fff7ec;
    margin-top:18px;
    padding:19px 22px;
}

.snslogin-lp .official-line-note b,
.snslogin-lp .same-provider-note b {
    font-size:15px;
}

.snslogin-lp .official-line-note p,
.snslogin-lp .same-provider-note p {
    color:#594b3c;
    margin:5px 0 0;
    font-size:14px;
    line-height:1.75;
}

.snslogin-lp .line-alerts-section {
    border-top:1px solid #ddd;
    max-width:1000px;
}

.snslogin-lp .line-alerts-featured {
    grid-template-columns:1fr 1fr;
    gap:16px;
    display:grid;
}

.snslogin-lp .line-alerts-featured article {
    background:#fff;
    border:1px solid #d5d5d5;
    border-top:5px solid #06c755;
    min-height:205px;
    padding:28px 28px 25px;
    position:relative;
    box-shadow:0 5px 16px #0000000a;
}

.snslogin-lp .line-alerts-label {
    color:#087d38;
    background:#e7f8ec;
    padding:3px 10px;
    font-size:11px;
    font-weight:700;
    display:inline-block;
}

.snslogin-lp .line-alerts-featured h3 {
    color:#222;
    border-bottom:2px solid #333;
    margin:18px 0 9px;
    padding:0px 0px 9px 0px;
    font-size:20px;
    font-weight:600;
    line-height:1.5;
}

.snslogin-lp .line-alerts-featured h3:after {
    content:"";
    background:#06c755;
    width:54px;
    height:2px;
    margin-bottom:-11px;
    display:block;
}

.snslogin-lp .line-alerts-featured p {
    color:#555;
    margin:0;
    font-size:14px;
    line-height:1.8;
}

.snslogin-lp .line-alerts-more {
    background:#f5f5f5;
    border:1px solid #d8d8d8;
    margin-top:18px;
    padding:20px 22px;
}

.snslogin-lp .line-alerts-more h3 {
    margin:0 0 13px;
    font-size:15px;
    font-weight:600;
}

.snslogin-lp .line-alerts-more ul {
    flex-wrap:wrap;
    gap:9px;
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
}

.snslogin-lp .line-alerts-more li {
    color:#333;
    background:#fff;
    border:1px solid #cfcfcf;
    border-left:4px solid #ed681a;
    padding:7px 16px;
    font-size:13px;
    font-weight:600;
}

.snslogin-lp .line-alerts-notes {
    background:#f7f7f7;
    border-left:5px solid #777;
    margin-top:14px;
    padding:14px 17px;
}

.snslogin-lp .line-alerts-notes p {
    color:#666;
    margin:0;
    font-size:11px;
    line-height:1.8;
}

.snslogin-lp .line-alerts-notes p+p {
    margin-top:3px;
}

.snslogin-lp .returning-guide {
    border-top:1px solid #ddd;
}

.snslogin-lp .simple-steps {
    counter-reset:login-step;
    border-top:1px solid #ccc;
    margin:0;
    padding:0;
    list-style:none;
}

.snslogin-lp .simple-steps li {
    counter-increment:login-step;
    border-bottom:1px solid #ccc;
    grid-template-columns:52px 200px 1fr;
    align-items:center;
    min-height:70px;
    display:grid;
}

.snslogin-lp .simple-steps li:before {
    content:counter(login-step,decimal-leading-zero);
    color:#fff;
    background:#333;
    place-items:center;
    height:100%;
    font:600 15px Arial;
    display:grid;
}

.snslogin-lp .simple-steps b {
    padding:0 18px;
    font-size:13px;
}

.snslogin-lp .simple-steps span {
    color:#666;
    border-left:1px solid #ddd;
    padding:0 18px;
    font-size:12px;
}

.snslogin-lp .manage-section {
    border-top:1px solid #ddd;
}

.snslogin-lp .manage-grid {
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    display:grid;
}

.snslogin-lp .manage-grid article {
    border:1px solid #ccc;
    border-top:4px solid var(--green);
    padding:20px;
}

.snslogin-lp .manage-grid h3 {
    border-bottom:1px solid #ddd;
    margin:0 0 9px;
    padding-bottom:8px;
    font-size:15px;
    font-weight:600;
}

.snslogin-lp .manage-grid p {
    color:#666;
    margin:0;
    font-size:12px;
}

.snslogin-lp .trouble-section {
    border-top:1px solid #ddd;
}

.snslogin-lp .trouble-list {
    border-top:1px solid #ccc;
}

.snslogin-lp .trouble-list>div {
    border-bottom:1px solid #ccc;
    grid-template-columns:250px 1fr;
    display:grid;
}

.snslogin-lp .trouble-list b {
    border-left:5px solid var(--green);
    background:#f3f3f3;
    padding:15px;
    font-size:13px;
}

.snslogin-lp .trouble-list p {
    color:#666;
    margin:0;
    padding:15px 20px;
    font-size:12px;
}

.snslogin-lp .compact-manage {
    width:calc(100% - 40px);
    max-width:960px;
    margin:16px auto 24px;
}

.snslogin-lp .compact-manage b {
    color:#222;
    line-height:1.5;
    display:block;
}

.snslogin-lp .faq-more {
    text-align:center;
    background:#fff;
    border:1px solid #555;
    width:280px;
    margin:24px auto 0;
    padding:11px 16px;
    font-size:12px;
    font-weight:600;
    display:block;
}

.snslogin-lp .about-choice {
    background:#fffaf4;
    border:1px solid #ddd;
    border-radius:16px;
    padding:38px 42px;
    box-shadow:0 7px 22px #0000000b;
}

.snslogin-lp .about-choice-copy {
    z-index:1;
    max-width:760px;
    margin:0 auto;
    position:relative;
}

.snslogin-lp .about-kicker {
    color:#fff;
    background:#333;
    border-radius:20px;
    width:max-content;
    margin:0 0 10px;
    padding:5px 13px;
    font-size:12px;
    font-weight:600;
}

.snslogin-lp .about-choice h3 {
    color:#222;
    letter-spacing:.01em;
    margin:0 0 16px;
    font-size:29px;
    font-weight:600;
    line-height:1.55;
}

.snslogin-lp .about-choice h3 em {
    color:#ed681a;
    font-size:34px;
    font-style:normal;
}

.snslogin-lp .about-description {
    color:#555;
    margin:0;
    font-size:14px;
    line-height:1.9;
}

.snslogin-lp .about-provider-choice {
    align-items:center;
    gap:10px;
    margin:22px 0 18px;
    display:flex;
}

.snslogin-lp .about-provider-choice>span {
    text-align:center;
    background:#fff;
    border:2px solid;
    border-radius:9px;
    min-width:145px;
    padding:11px 14px;
    font-size:12px;
    line-height:1.3;
    box-shadow:0 3px 9px #0000000b;
}

.snslogin-lp .about-provider-choice>span b {
    margin-bottom:2px;
    font:700 16px Arial,sans-serif;
    display:block;
}

.snslogin-lp .about-provider-choice small {
    color:#777;
    white-space:nowrap;
    font-size:10px;
}

.snslogin-lp .about-provider-choice .about-line {
    color:#087d38;
    background:#f4fff7;
    border-color:#06c755;
}

.snslogin-lp .about-provider-choice .about-google {
    color:#2c62a4;
    background:#edf4ff;
    border-color:#4285f4;
}

.snslogin-lp .about-google i {
    color:#4285f4;
    font-style:normal;
}

.snslogin-lp .about-once {
    color:#333;
    background:#fff;
    border-left:5px solid #ed681a;
    margin:0;
    padding:10px 13px;
    font-size:12px;
}

.snslogin-lp .about-login-benefit {
    color:#333;
    background:#fff;
    border-left:5px solid #ed681a;
    margin:0;
    padding:15px 17px;
    font-size:15px;
    font-weight:600;
    line-height:1.8;
}

@media (max-width: 640px) {
    .snslogin-lp .diff-row {
        grid-template-columns:96px 1fr 1fr;
    }

    .snslogin-lp .diff-row>div {
        padding:10px 8px;
        font-size:10px;
    }

    .snslogin-lp .provider-cards {
        grid-template-columns:1fr;
    }

    .snslogin-lp .provider-card {
        padding:20px;
    }

    .snslogin-lp .comparison-title {
        margin-top:28px;
    }

    .snslogin-lp .comparison-title h3 {
        font-size:18px;
    }

    .snslogin-lp .comparison-title p {
        font-size:14px;
        line-height:1.7;
    }

    .snslogin-lp .provider-comparison {
        border-radius:7px;
    }

    .snslogin-lp .provider-comparison th,
    .snslogin-lp .provider-comparison td {
        padding:12px 7px;
        font-size:12px;
        line-height:1.55;
    }

    .snslogin-lp .provider-comparison thead th {
        font-size:13px;
    }

    .snslogin-lp .provider-comparison thead th:first-child {
        width:32%;
    }

    .snslogin-lp .provider-comparison .line-column,
    .snslogin-lp .provider-comparison .google-column {
        border-top-width:5px;
    }

    .snslogin-lp .provider-comparison .notification-row th {
        border-left-width:5px;
    }

    .snslogin-lp .provider-comparison .notification-row th span {
        padding:2px 6px;
        font-size:8px;
    }

    .snslogin-lp .provider-comparison td strong {
        font-size:14px;
    }

    .snslogin-lp .comparison-common,
    .snslogin-lp .notification-note {
        padding:14px 15px;
    }

    .snslogin-lp .comparison-common b,
    .snslogin-lp .notification-note b {
        font-size:14px;
    }

    .snslogin-lp .comparison-common p,
    .snslogin-lp .notification-note p {
        font-size:12px;
    }

    .snslogin-lp .simple-steps li {
        grid-template-columns:42px 1fr;
        padding:0;
    }

    .snslogin-lp .simple-steps li:before {
        grid-row:1/3;
    }

    .snslogin-lp .simple-steps b {
        padding:11px 13px 2px;
    }

    .snslogin-lp .simple-steps span {
        border-left:0;
        padding:2px 13px 11px;
    }

    .snslogin-lp .manage-grid,
    .snslogin-lp .trouble-list>div {
        grid-template-columns:1fr;
    }

    .snslogin-lp .trouble-list p {
        padding:11px 15px 15px;
    }

    .snslogin-lp .compact-manage {
        width:auto;
        margin:14px 18px 20px;
    }

    .snslogin-lp .faq details p {
        margin-top:20px;
    }

    .snslogin-lp .faq-more {
        width:100%;
    }

    .snslogin-lp .about-choice {
        border-radius:10px;
        padding:26px 19px 20px;
    }

    .snslogin-lp .about-kicker {
        font-size:11px;
    }

    .snslogin-lp .about-choice h3 {
        font-size:20px;
        line-height:1.65;
    }

    .snslogin-lp .about-choice h3 em {
        font-size:23px;
    }

    .snslogin-lp .about-description {
        font-size:13px;
    }

    .snslogin-lp .about-provider-choice {
        grid-template-columns:1fr 35px 1fr;
        gap:5px;
        display:grid;
    }

    .snslogin-lp .about-provider-choice>span {
        min-width:0;
        padding:10px 5px;
        font-size:10px;
    }

    .snslogin-lp .about-provider-choice>span b {
        font-size:14px;
    }

    .snslogin-lp .about-provider-choice small {
        text-align:center;
    }

    .snslogin-lp .about-once {
        font-size:11px;
    }

    .snslogin-lp .about-login-benefit {
        padding:13px 14px;
        font-size:13px;
    }

    .snslogin-lp .line-alerts-featured {
        grid-template-columns:1fr;
        gap:12px;
    }

    .snslogin-lp .line-alerts-featured article {
        min-height:auto;
        padding:23px 19px;
    }

    .snslogin-lp .line-alerts-featured h3 {
        font-size:18px;
    }

    .snslogin-lp .line-alerts-featured p {
        font-size:13px;
    }

    .snslogin-lp .line-alerts-more {
        padding:17px 15px;
    }

    .snslogin-lp .line-alerts-more ul {
        grid-template-columns:1fr 1fr;
        gap:7px;
        display:grid;
    }

    .snslogin-lp .line-alerts-more li {
        padding:7px 10px;
        font-size:12px;
    }

    .snslogin-lp .line-alerts-notes {
        padding:12px 13px;
    }

    .snslogin-lp .line-alerts-notes p {
        font-size:10px;
    }

}

#all-contents.snslogin-contents .snslogin-lp {
    width:100%;
    overflow:hidden;
}
