@charset "utf-8";.login {
    max-width: 500px;
    margin: 0 auto;
    padding: 186px 0 100px 0;
    box-sizing: border-box
}

.login .tit {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px
}

.login .tit a {
    position: absolute;
    display: block;
    width: 30px;
    height: 40px;
    background: url("../images/page-prev.svg")no-repeat 50% 50%/10px
}

.login .tit+p {
    text-align: center;
    font-size: 20px;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    color: #1c1c1c;
    margin: 20px 0
}

.login .box>div {
    position: relative;
    margin-bottom: 15px
}

.login .box {
    margin-bottom: 30px
}

.login .box input[type=text],.login .box input[type=password] {
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,.3);
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    font-family: gimpogothic;
    box-sizing: border-box
}

.login .box select {
    display: block;
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,.3);
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    color: #bebebe;
    font-family: gimpogothic;
    box-sizing: border-box
}

.login .box select.on {
    color: #222
}

.login .box>div.grid2.flex>div {
    flex: 1
}

.login .box>div.grid2.flex>div:first-child {
    margin-right: 10px
}

.login .box>div.grid2 input {
    padding-right: 55px
}

.login .box>div button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0068c3;
    font-size: 14px;
    font-family: gimpogothic;
    transform: rotate(0.03deg)
}

.login .box ul li {
    color: #ababab;
    font-size: 14px;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    margin-bottom: 25px
}

.login .box ul li a {
    color: #ababab
}

.login .box .btn_login {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dc9c51;
    background: #dc9c51;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    text-align: center
}

.login .line {
    position: relative;
    border-top: 1px solid #1c1c1c;
    margin: 40px 0
}

.login .line span {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #f4f3f0;
    font-size: 16px;
    color: #1c1c1c;
    padding: 0 15px;
    z-index: 1
}

.login .snsArea {
    overflow: hidden;
    margin: 0 0 30px;
    border: 0;
    color: #a8a8a8
}

.login .snsArea li {
    float: left;
    font-size: 15px;
    width: calc(50% - 10px);
    margin: 0 0 0 15px;
    padding: 0;
    background: rgba(255,255,255,.3);
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    text-align: center
}

.login .snsArea li:first-child {
    margin-left: 0
}

.login .snsArea li a {
    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 0
}

.login .snsArea li a img {
    margin-right: 5px;
    vertical-align: middle
}

.login .no_member>div {
    text-align: center
}

.login .no_member>div p {
    font-size: 16px;
    color: #1c1c1c;
    margin: 30px 0 15px
}

.login .no_member>div a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dc9c51;
    background: #f4f3f0;
    border-radius: 5px;
    color: #dc9c51;
    font-size: 16px;
    font-weight: 700;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    transition: all .3s
}

.login .no_member>div a:hover {
    background: #dc9c51;
    color: #fff
}

.join .agree>div {
    margin-bottom: 30px
}

.join .agree .top {
    border-top: 1px dashed #4f4f4f;
    border-bottom: 1px dashed #4f4f4f;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.join .agree .top input {
    display: none
}

.join .agree .top input+label {
    position: relative;
    display: block;
    font-size: 15px;
    transform: rotate(0.03deg)
}

.join .agree .top input+label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 53px;
    height: 31px;
    background: #b4b4b4;
    border-radius: 20px;
    margin-right: 8px;
    transition: all .3s
}

.join .agree .top input+label:after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all .3s
}

.join .agree .top input:checked+label:before {
    background: #81b044
}

.join .agree .top input:checked+label:after {
    left: 24px
}

.join .agree .cont {
    font-size: 15px;
    line-height: 1.4;
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    transform: rotate(0.03deg)
}

.join .complete {
    padding: 190px 0
}

.join .complete strong {
    display: block;
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 700;
    transform: rotate(0.03deg);
    margin-bottom: 20px
}

.join .complete p {
    font-size: 17px;
    color: #1c1c1c;
    font-family: gimpogothic;
    transform: rotate(0.03deg)
}

.join .complete .btn_next {
    font-weight: 400;
    margin-top: 40px
}

.join .btn_next {
    margin-top: 30px
}

.find_id {
    padding: 200px 0 100px
}

.find_id .title {
    color: #1c1c1c;
    font-family: gimpogothic;
    transform: rotate(0.03deg);
    margin-bottom: 20px
}

.find_id .title strong {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.find_id .title p {
    font-size: 16px;
    line-height: 1.3
}

.find_id .btn_login {
    margin-top: 30px;
    font-weight: 400!important
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .login {
        padding:40px 0 0
    }

    .join .complete {
        padding: 100px 0
    }

    .join .complete strong {
        font-size: 25px
    }

    .join .complete p {
        font-size: 15px
    }

    .find_id .title strong {
        font-size: 25px
    }

    .find_id .title p {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
    .login .box input {
        height:50px
    }

    .login .box .btn_login {
        height: 50px;
        line-height: 50px
    }

    .login .snsArea li a {
        padding: 15px 0
    }

    .login .no_member>div a {
        height: 50px;
        line-height: 50px
    }
}
