.policyBold{
    font-weight: bold;
}
.policyTitle{
    font-weight: bold;
    font-size: medium;
}
.form{
    color: #666;
    font-size: 15px;
    margin-top: 4px;
    overflow-x: scroll;
    position: relative;
    z-index: 2;
    flex:1;
}

.main{
    line-height: 1;
    box-sizing: border-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.screen {
    position: absolute;
    margin: 0;
    min-width: 768px;
    width: 100vh;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    backface-visibility: hidden;
    display: block;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.column{
    display: flex;
    flex-wrap: wrap;
    border-color: #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
    flex:1;
}

.footercolumn{
    display: flex;
    flex-wrap: wrap;
    border-color: #e6e6e6;
    border-width: 2px;
    border-style: solid;
    flex:1;
}

.header{
    flex:1;
    text-align: center;
    height: 100%;
    border-top: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    line-height: 2;
}

.pageHeader{
    flex:1;
}

.formTitle{
    width: 5rem;
    padding: 1rem;
    border-right: 2px solid #e6e6e6;
    flex-shrink: 0;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    position: relative;
    margin: 0;
}

.formChildTitle{
    width: 5rem;
    padding: 1rem;
    flex-shrink: 0;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    position: relative;
    margin: 0;
}

p{
    margin: 0;
}

ul{
    display: block;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}