.title-area {
    width: 600px;
    height: 3rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: .4rem auto 0rem auto;
}

.title-logo {
    width: 3rem;
    height: 3rem;
    margin-left: 0rem;
}

.title-logo img {
    width: 100%;
    height: 100%;
}

.title-content {
    width: 510px;
    height: 3rem;
    margin-left: .6rem;
    display: flex;
    flex-direction: column;
}

.t-c-title {
    width: 100%;
    height: 1.5rem;
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
    align-items: center;
}

.t-c-msg {
    width: 100%;
    height: 1.5rem;
    font-size: .8rem;
    color: #000000;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.banner-area {
    width: 600px;
    height: auto;
    margin: 1rem auto 0rem auto;
    background-size: contain;
}

.banner-area img {
    width: 100%;
    height: 100%;
}

.t-content {
    width: 600px;
    height: auto;
    margin: .6rem auto 0rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t-t-title {
    width: 100%;
    height: 2rem;
    font-size: 1.2rem;
    color: #0185ff;
    font-weight: bold;
    letter-spacing: 2px;
}

.t-t-msg {
    width: 100%;
    height: auto;
    line-height: 1.6rem;
    font-size: 1rem;
    color: #000000;
    text-indent: 30px;
    letter-spacing: 1px;
}