@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");

#main.login {
    background: #fbfaf7;
    color: #171717;
}

#main.login #common_wrapper {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 60px 0 72px;
}

#loginNew {
    padding: 40px 44px 48px;
    background: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

#loginNew h2 {
    margin: 0;
    color: #171717;
    font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

#loginNew .top_desc {
    margin: 14px auto 0;
    color: #66615a;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
}

#loginNew .login-area-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-top: 36px;
}

#loginNew .login-area-layout-left,
#loginNew .login-area-layout-right {
    width: calc(50% - 14px);
}

#loginNew .login-area-layout-left-box,
#loginNew .login-area-layout-right-box {
    padding: 28px 30px 30px;
    background: #fcfbf8;
    border: 1px solid rgba(23, 23, 23, 0.08);
}

#loginNew .social_provider h3,
#loginNew .login-area-layout-left-box h3 {
    margin: 0 0 18px;
    color: #171717;
    font-family: "Zen Old Mincho", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

#loginNew .social_provider p,
#loginNew .social_provider li,
#loginNew .other-txt .txt p,
#loginNew .link_text a,
#loginNew p.align-right a,
#loginNew .tokuten {
    color: #5d5851;
    font-size: 13px;
    line-height: 1.85;
}

#loginNew table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    border: 0;
    background: transparent;
    font-size: 100%;
    line-height: 1.6;
}

#loginNew tr {
    background: transparent;
}

#loginNew th,
#loginNew td {
    border: 0;
    background: transparent;
}

#main th.title {
    width: 34%;
    padding: 16px 12px 16px 0;
    background: transparent;
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    vertical-align: middle;
}

#main th.title .small {
    font-size: 0.75em;
    letter-spacing: 0;
    color: #77726b;
}

#loginNew td {
    padding: 4px 0;
    vertical-align: middle;
}

#loginNew input[type="text"],
#loginNew input[type="password"] {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid rgba(23, 23, 23, 0.14);
    border-radius: 2px;
    color: #171717;
    font-size: 15px;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

#loginNew input[type="text"]:focus,
#loginNew input[type="password"]:focus {
    outline: none;
    border-color: rgba(183, 137, 46, 0.65);
    box-shadow: 0 0 0 3px rgba(212, 166, 74, 0.12);
}

#loginNew .link_text,
#loginNew p[align="right"] {
    margin: 10px 0 0;
    text-align: right;
}

#loginNew .link_text a,
#loginNew p[align="right"] a,
#loginNew .other-txt a {
    color: #b7892e;
    text-decoration: none;
}

#loginNew .link_text a:hover,
#loginNew p[align="right"] a:hover,
#loginNew .other-txt a:hover {
    text-decoration: underline;
}

#loginNew .buttonarea {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

#loginNew .buttonarea input[type="submit"],
#loginNew .buttonarea input[type="button"] {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    margin: 10px auto;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

#loginNew .buttonarea input[type="submit"],
#loginNew .buttonarea input[name="ログイン"] {
    background: #d4a64a;
    border: 1px solid #d4a64a;
    color: #111111;
}

#loginNew .buttonarea input[type="submit"]:hover,
#loginNew .buttonarea input[name="ログイン"]:hover {
    background: #dfb45c;
    border-color: #dfb45c;
}

#loginNew .buttonarea .btn_green,
#loginNew .buttonarea input[type="button"] {
    background: transparent;
    border: 1px solid rgba(183, 137, 46, 0.46);
    color: #b7892e;
}

#loginNew .buttonarea .btn_green:hover,
#loginNew .buttonarea input[type="button"]:hover {
    background: rgba(212, 166, 74, 0.08);
}

#loginNew .tokuten {
    display: block;
    margin-top: 2px;
    text-align: center;
}

#loginNew .tokuten .underline_m {
    color: #b7892e;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

#loginNew .btn-rakuten {
    margin-bottom: 16px;
}

#loginNew .btn-rakuten input[type="image"] {
    display: block;
    width: 100%;
    max-width: 312px;
    margin: 0;
}

#loginNew .login-area-layout-right .social_provider {
    text-align: left;
}

#loginNew .social_provider ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    align-items: flex-start;
}

#loginNew .social_provider ul li {
    margin: 0;
    width: 220px;
}

#loginNew .social_provider ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 220px;
    padding: 0 16px 0 68px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 54px 48px;
    border: 1px solid rgba(23, 23, 23, 0.6);
    border-radius: 4px;
    color: #171717;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: opacity 160ms ease, background-color 160ms ease;
    box-sizing: border-box;
}

#loginNew .social_provider ul li a:hover {
    opacity: 0.9;
}

#loginNew .social_provider ul li a span {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1.4;
}

#loginNew .social_provider li.yahoo a {
    background: url("../images/social_yahoo.png") no-repeat;
    color: #e71017;
    background-size: contain;
}

#loginNew .social_provider li.google a {
    background: url("../images/social_google.png") no-repeat;
    color: #dc4e41;
    background-size: contain;
}

#loginNew .social_provider li.rakuten a {
    background: url("../images/social_rakuten.png") no-repeat;
    color: #bf0000;
    background-size: contain;
}

#loginNew .social_provider li.line a {
    background: url("../images/social_line.png") no-repeat;
    color: #00b300;
    background-size: contain;
}

#loginNew .other-txt {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
}

#loginNew .other-txt .heading {
    margin-bottom: 10px;
    color: #171717;
    font-size: 15px;
    font-weight: 700;
}

#loginNew .other-txt .txt p {
    margin: 0 0 8px;
}

#social_plus_error_tbl {
    margin-bottom: 18px;
    background: #fff8ef;
    border: 1px solid rgba(183, 137, 46, 0.22);
}

#social_plus_error_tbl td.content {
    color: #735720;
}

@media screen and (max-width: 980px) {
    #main.login #common_wrapper {
        width: calc(100% - 28px);
        padding: 22px 0 36px;
    }

    #loginNew {
        padding: 22px 16px 28px;
    }

    #loginNew h2 {
        font-size: 28px;
    }

    #loginNew .login-area-layout {
        flex-direction: column;
        gap: 12px;
    }

    #loginNew .login-area-layout-left,
    #loginNew .login-area-layout-right {
        width: 100%;
    }

    #loginNew .login-area-layout-left-box,
    #loginNew .login-area-layout-right-box {
        padding: 18px 14px 20px;
    }

    #loginNew .social_provider h3,
    #loginNew .login-area-layout-left-box h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    #main th.title,
    #loginNew td {
        display: block;
        width: 100%;
        padding: 3px 0;
    }

    #loginNew table,
    #loginNew tbody,
    #loginNew tr {
        display: block;
        width: 100%;
    }

    #loginNew .buttonarea {
        gap: 10px;
        margin-top: 16px;
    }

    #loginNew .buttonarea input[type="submit"],
    #loginNew .buttonarea input[type="button"] {
        min-height: 48px;
        font-size: 14px;
    }

    #loginNew .other-txt {
        margin-top: 18px;
        padding-top: 16px;
    }
}

@media only screen and (max-width:850px) {
	#loginNew .social_provider {
		align-items: center
	}
	#loginNew .social_provider .box {
		width: calc(100% - 20px);
		float: none
	}
}
#loginNew .social_provider ul {
	margin: 0
}
#loginNew .social_provider ul li {
	width: 220px;
	margin: 8px 0;
	padding: 0
}
#loginNew .social_provider ul li:last-child {
	margin-bottom: 0
}
#loginNew .btn-rakuten {
	padding: 0
}
#loginNew .btn-rakuten>div {
	width: 220px;
	margin: 8px 0
}
