@font-face {
    font-family: Source Han Sans JP;
    src: url("../../../../fonts/sourcehansans/SourceHanSans-Normal.ttf") format("truetype"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Normal.woff") format("woff"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Normal.woff2") format("woff2"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Normal.eot") format("embedded-opentype");
}

@font-face {
    font-family: Source Han Sans JP Medium;
    src: url("../../../../fonts/sourcehansans/SourceHanSans-Medium.ttf") format("truetype"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Medium.woff") format("woff"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Medium.woff2") format("woff2"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Medium.eot") format("embedded-opentype");
}

@font-face {
    font-family: Source Han Sans JP Bold;
    src: url("../../../../fonts/sourcehansans/SourceHanSans-Bold.ttf") format("truetype"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Bold.woff") format("woff"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Bold.woff2") format("woff2"),
    url("../../../../fonts/sourcehansans/SourceHanSans-Bold.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Berlin Sans FB';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Sans FB'), url('../../../../fonts/berlin-sans-fb/BRLNSR.TTF') format('woff');
}


@font-face {
    font-family: 'Berlin Sans FB Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Berlin Sans FB Bold'), url('../../../../fonts/berlin-sans-fb/BRLNSR.TTF') format('woff');
}

.font-source-han-san {
    font-family: Source Han Sans JP, sans-serif;
}

.font-berlin-regular {
    font-family: Berlin Sans FB;
}

.font-berlin-bold {
    font-family: Berlin Sans FB Bold;
}

.font-source-han-san-bold {
    font-family: Source Han Sans JP Bold, sans-serif;
}

.font-source-han-san-medium {
    font-family: Source Han Sans JP Medium, sans-serif;
}

*, body {
    color: #3b4043;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.text-color {
    color: #000000;
}

.font-size-16 {
    font-size: 16px;
}

.lite-wrapper {
    width: 100%;
    height: 100vh;
}

.container {
    width: 100%;
}

.header {
    width: 100%;
    height: 60px;
    background: #E7F3F2;
}

.header-text {
    font-size: 34px;
    font-weight: bold;
}

.content {
    height: calc(100% - 60px);
    text-align: center;
    padding: 100px;
}

.content-header {
    margin-bottom: 60px;
}

.content-title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
}

.div-user {
    width: 450px;
}

.div-user .text-left {
    padding: 10px 0 5px;
}

.input-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
    text-align: left;
}

input.input-user {
    background: none;
}

.func-group {
    margin-top: 60px;
}

.func-group button {
    width: 148px;
    height: 48px;
    border-radius: 50px;
    font-weight: bold;
}

.func-group-confirm #back, .func-group-confirm #submit {
    width: 189px;
}

.func-group #back {
    border: 2px solid #CDD6DD;
    background: #ffffff;
    color: #0C8467;
    margin-right: 20px;
}

.func-group #submit {
    background: #41A38C;
    color: #ffffff;
}

.func-group #back:hover {
    background-color: #F0F3F5;
    cursor: pointer;
}

.func-group #submit:hover {
    border: 1px solid #9EDFD0;
    background-color: #9EDFD0;
    color: #ffffff;
    cursor: pointer;
}

#previous, button.yykb-home-page {
    background: none;
    padding: 3px;
    margin-right: 10px;
}

.yykb-home-page {
    cursor: pointer;
}

#previous img {
    width: 100%;
    height: 100%;
}

.func-group-confirm {
    margin-top: 160px;
}

div#confirm {
    margin-bottom: 0px;
}

.font-text-title {
    font-weight: normal !important;
    color: #3B4043 !important;
}

.font-cst-info {
    font-weight: bold;
    font-size: 16px;
    color: #707F89;
}

.text-color-info {
    color: #3B4043;
    border: 1px solid #707F89 !important;
}

.text-color-header {
    font-weight: normal !important;
    color: #202020;
}

.text-color-title {
    font-size: 40px;
    font-weight: normal !important;
}

.exec-long-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
