@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: rgb(82, 86, 89);
font-family: 'Sawarabi Gothic', sans-serif;
}
.main_content {
    /* border: 1px solid rgb(250, 23, 23); */
    margin: 0 auto;
    padding: 20px 2px;
    background-color: #fff;
}
.rs-border-top{
    border-top: 2px solid #3c3838e7;
}
.rs-border-right {
    border-right: 2px solid #3c3838e7;
}
.rs-border-bottom {
    border-bottom: 2px solid #3c3838e7;
}
.rs-border-left {
    border-left: 2px solid #3c3838e7;
}
.rs-border {
    border: 2px solid #3c3838e7;
}
.page {
    /* border:1px solid #0e0e0d; */
    margin: 0 auto;
}

.rs-top-pei {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rs-top-pei img {
    width: 30px;
}

.rs-pei-year {
    width: 100%;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #222;
}

.rs-top-head {
    width: 98.6%;
    margin: 10px auto 0px 10px;
    background-color: #222;
    display: grid;
    place-content: center;
    padding: 3px 0 2px 3px;
}

.rs-top-head-h2 {
    font-weight:bolder;
    color: #fff;
    font-size: 15px;
}

.rs-top-head2 {
    width: 98.6%;
    margin: 5px auto 0 10px;
    border: 2px solid #000;
    height: fit-content;
}
.rs-top-head3 {
    width: 98.6%;
    margin: 5px auto 0 10px;
    height: fit-content;
}

.rs-top-head-w{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    padding: 5px;
}
.rs-top-head2-h3{
    font-weight: bolder;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.rs-form-field{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rs-form-name-sign {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rs-tester-name{
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.rs-tester-sign {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.rs-underline{
    width: 100%;
    border-bottom: 2px solid #000;
}

.rs-f1{
    width: 45%;
    padding: 0 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rs-f11 {
    width: 55%;
    padding: 0 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ml-2{
    margin-left: 2px;
}
.ml-3 {
    margin-left: 3px;
}
.ml-4 {
    margin-left: 4px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-6 {
    margin-left: 6px;
}
.ml-14 {
    margin-left: 14px;
}
.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}
.rs-label{
    font-size: 11px;
    font-weight: 500;
    color: #222;
}
.rs-para{
    font-size: 12px;
    font-weight: 500;
    color: #222;
}
.rs-f1-d{
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center ;
}
.rs-label-text{
    padding: 1px 4px 2px 4px;
    font-size: 11px;
    font-weight: 500;
    color: #222;
    line-height: 12px;
}
.rs-field-box1{
    width: 14.28%;
    padding: 1px 4px;
}
.rs-field-box1-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rs-field-box1-start-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.rs-field-box1-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rs-field-box1-column {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.rs-check-div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rs-checkbox{
    width: 10px;
    height: 10px;
    border: 1px solid #3c3838e7;
}
.rs-checkbox-active {
    width: 10px;
    height: 10px;
    color: #222;
    font-size:x-small;
    display: grid;
    place-content: center;
    border: 1px solid #3c3838e7;
}
.rs-label2{
     font-size: 11px;
    font-weight: 500;
    color: #222;
}
.rs-flex-row{
    flex-direction: row;
}
.bg-light{
    background-color: #cedbed;
}
.rs-form-field-comment {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 1.6cm;
    padding: 0px 5px;
}
.rs-label-comment{
    font-size: 12px;
    font-weight: bolder;
}
.white-space{
    white-space: nowrap;
}
.fw-5{
    font-weight: 500;
}
.rs-bottom-bar{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.rs-no{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: #fff;
    font-weight: 600;
    background-color: #212121;
    z-index: 2;
}
.rs-peiorg{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-left: -5px;
    background-color: #cedbed;
    z-index: 1;
    padding: 2px 15px;
}