@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: #211f1f;
    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: 18.14cm;
    margin: 5px auto 0 10px;
    height: 24cm;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rs-top-head-w {
    width: 0.8cm;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    padding: 5px;
    height: 23.9cm;
}

.rs-bottom-sign {
    width: 16.3cm;
    margin: 0px auto 0 0;
    border: 2px solid #000;
    height: 23.9cm;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.rs-form-name-sign {
    width: 0.9cm;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: #222; */
    padding: 2px;
    height: 23.9cm;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.rs-top-head2-h3 {
    font-weight: bolder;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.rs-form-field {
    width: 0.74cm;
    display: flex;
    /* border: 1px solid #333; */
    justify-content: space-between;
    writing-mode: vertical-rl;
    align-items: center;
    transform: rotate(180deg);
    height: 23.8cm;
}

.rs-tester-name {
    width: 0.8cm;
    display: flex;
    height: 11.9cm;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.rs-tester-name::after {
    content: '';
    position: absolute;
    top: 37%;
    left: 0.3cm;
    height: 7cm;
    width: 0.04cm;
    background-color: #3e3d3d;
}

.rs-tester-name label,
.rs-tester-sign label {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.rs-tester-sign {
    width: 0.8cm;
    display: flex;
    height: 11.9cm;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.rs-tester-sign::after {
    content: '';
    position: absolute;
    top: 34%;
    left: 0.3cm;
    height: 7cm;
    width: 0.04cm;
    background-color: #3e3d3d;
}

.rs-f1 {
    width: 0.74cm;
    padding: 2px 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 14.4cm;
}

.rs-f11 {
    width: 0.74cm;
    padding: 2px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14.4cm;
}

.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;
    margin-top: 5px;
    color: #222;
}

.d-flex {
    display: flex;
}

.rs-f1-d {
    display: flex;
    justify-content: flex-start;
    width: 0.75cm;
    height: 4cm;
    align-items: center;
}

.pl-2 {
    padding-left: 2px;
}

.rs-label-text {
    padding: 3px 4px 2px 2px;
    font-size: 10px;
    font-weight: 500;
    color: #222;
    line-height: 12px;
}

.rs-field-box1 {
    width: 0.75cm;
    padding: 3px 4px;
    height: 2.8cm;
}

.rs-field-box2 {
    width: 1.2cm;
    padding: 3px 6px;
    height: 2.8cm;
}

.rs-field-box3 {
    width: 1.5cm;
    padding: 3px 6px;
    height: 2.8cm;
}

.rs-field-box4 {
    width: 1.6cm;
    padding: 3px 6px;
    height: 2.8cm;
}

.rs-field-box5 {
    width: 1.7cm;
    padding: 3px 6px;
    height: 2.8cm;
}
.rs-field-box6 {
    width: 1.2cm;
    padding: 3px 6px;
    height: 2.8cm;
}

.rs-field-box1p3 {
    width: 1.5cm;
    padding: 3px 6px;
    height: 7cm;
}

.rs-field-box1p {
    width: 0.75cm;
    padding: 3px 6px;
    height: 7cm;
}

.rs-field-box2p5 {
    width: 1.2cm;
    padding: 3px 6px;
    height: 7cm;
}

.rs-r-mt-7 {
    margin-top: 7px;
}

.rs-field-box41 {
    width: 1.6cm;
    padding: 3px 6px;
    height: 7cm;
}

.rs-field-box51 {
    width: 1.7cm;
    padding: 3px 6px;
    height: 7cm;
}

.rs-field-box61{
    width: 1.2cm;
    padding: 3px 6px;
    height: 7cm;
}
.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: center;
}

.rs-field-box2-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: 0.4cm;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 9px;
    margin-left: 5px;
}

.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;
    margin-top: 3px;
}

.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;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 0px 5px;
    height: 23.4cm;
}

.rs-label-comment {
    font-size: 12px;
    font-weight: bolder;
}

.white-space {
    white-space: nowrap;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.rs-bottom-bar {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.rs-no {
    width: 33px;
    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;
}