@charset "EUC-JP";

/* = .mod-accountComplate
----------------------------------------------- */
.mod-accountComplete .heading{
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */
}

.mod-accountComplete .heading:before{
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ed6103;
}

.mod-accountComplete .note {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid #515151;
    text-align: center;
    line-height: 200%;
}
.mod-accountComplete .note .message {
    display: block;
    margin-bottom: 20px;
    font-size: 114.3%; /* 16px */
    font-weight: bold;
}
