#mypage_main{
    float: left;
    width: 100%;
}
.mypage-wrap{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mypage-box{
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.mypage-box.profile{
    width: calc(30% - 10px);
    margin-right: 10px;
}
.mypage-box.info{
    width: calc(70% - 200px - 10px);
    margin-right: 10px;
}
.mypage-box.menu{
    width: 200px;
    border: 0;
}
.mypage-box .mypage_title{
    float: left;
    width: 100%;
    padding: 16px 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    box-sizing: border-box;
}

.mypage-box .profile{
    float: left;
    width: 100px;
    height: 100px;
    margin: 12px;
}
.mypage-box .profile img{
    float: left;
    width: 100%;
    height: 100%;
}
.mypage-box .nick{
    float: left;
    width: calc(100% - 124px);
    margin: 11px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}
.mypage-box .nick img{
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 6px;
}
.mypage-box .level{
    float: left;
    font-size: 10px;
    background-color: #7bba21;
    color: #fff;
    text-align: center;
    padding: 4px 7px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 5px;
}

.mypage-box .upload-wrap{
    float: left;
    width: calc(100% - 124px);
    margin-top: 13px;
}
.mypage-box .upload-wrap input[type="file"]{
    float: left;
    font-size: 11px;
    width: 65px;
}
.mypage-box .upload-wrap .btn{
    float: left;
    font-size: 11px;
    border: 1px solid #3c3c3c;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    padding: 2px 6px;
    margin-left: 5px;
    cursor: pointer;
}
.mypage-box .upload-wrap .label{
    float: left;
    width: 100%;
    font-size: 11px;
    color: #909090;
    margin-top: 2px;
}


.mypage-box .info-list{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mypage-box .info-list li{
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.mypage-box .info-list li:last-child{
    border-bottom: 0;
}
.mypage-box .info-list li .title{
    float: left;
    width: 180px;
    font-size: 12px;
    padding: 6.6px 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
}
.mypage-box .info-list li .infodata{
    float: left;
    width: calc(100% - 180px);
    font-size: 12px;
    padding: 6.6px 10px;
    box-sizing: border-box;
}

.mypage-box .menu-list{
    position: relative;
    float: left;
    width: 100%;
    height: 180px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mypage-box .menu-list li{
    position: relative;
    float: left;
    width: 100%;
    height: 14.3%;
}
.mypage-box .menu-list li a{
    float: left;
    width: 100%;
    height: calc(100% - 4px);
    margin: 2px 0;
    box-sizing: border-box;
    border: 1px solid #ececec;
    padding: 3px 9px;
    text-align: center;
    font-size: 11px;
    font-family: sans-serif;
}
.mypage-box .menu-list li:first-child a{
    height: calc(100% - 2px);
    margin-top: 0;
}
.mypage-box .menu-list li:last-child a{
    height: calc(100% - 2px);
    margin-bottom: 0;
}




#pages_join{
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
#pages_join .title{
    font-size: 35px;
    font-weight: bold;
}
#pages_join .subtitle{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
#pages_join .msg{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    line-height: 35px;
}
#pages_join .msg span{
    font-weight: bold;
}
#pages_join .select-wrap{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
#pages_join .select-wrap a{
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 200px;
    margin: 0 14px;
}

#pages_join .select-wrap a.group1 i,
#pages_join .select-wrap a.group1 b{
    color: #339999;
}
#pages_join .select-wrap a.group2 i,
#pages_join .select-wrap a.group2 b{
    color: #ee4444;
}
#pages_join .select-wrap i{
    display: block;
    font-size: 50px;
    margin-top: 10px;
}
#pages_join .select-wrap b{
    display: block;
    font-size: 23px;
    padding: 0 0 10px 0;
}
#pages_join .select-wrap span{
    display: block;
    font-size: 13px;
    line-height: 15px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    font-weight: bold;
}
#pages_join .btn-out{
    display: inline-block;
    margin-top: 20px;
    padding: 7px;
    background-color: red;
    border: 0;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}


#pages_join .card {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

#pages_join .card,
#pages_join .card-body,
#pages_join .card-footer {
    display: inline-block;
    width: 100%;
}
#pages_join .card .card-body {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
    box-sizing: border-box;
}
#pages_join .card .card-body>div{
    display: flex;
    justify-content: center;
}
#pages_join .card .card-body .icon {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #312e27;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#pages_join .card .card-body .icon img{
    height: 40px;
}
#pages_join .card .card-body strong {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #312e27;
    margin-bottom: 6px;
}
#pages_join .card .card-body p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #aaa;
}
#pages_join .card .card-footer button.btn__type1__submit {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-top: 0;
    color: #fff;
}
#pages_join .card .card-footer button {
    width: 100%;
    margin: 0;
    border: 0;
    text-align: center;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.05em;
    cursor: pointer;
}
#pages_join .card .card-footer button.btn__type2__submit {
    background: #0085ff;
    border: 1px solid #0085ff;
    border-top: 0;
    color: #fff;
}
