body {
    background-color: #f5f5f5;
}

.logo-and-text {
    background: url(../image/Vector.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 41px 15px 56px 15px;
}

.wrap {
    background-color: #fff;
    max-width: 440px;
    width: 100%;
    margin: 0px auto;
}

.logo {
    margin-right: 4px;
}

.logo img {
    display: block;
    width: 214px;
}

.text-in-logo h1 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}


/* ======================- end header =================== */

.main {
    padding: 0 20px;
}

.section-01 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}


.section-01 .text-lvl-1 {
    display: flex;
    align-items: center;
    position: relative;
}

.section-01 .text-lvl-1 h1 {
    font-size: 25px;
    font-weight: bold;
    color: #003B6C;
    margin-right: 20px;
    line-height: 1.5;
}

.section-01 .text-lvl-1 h1 span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding-right: 10px;
}

.section-01 .text-lvl-1::after {
    position: absolute;
    content: "";
    width: 98%;
    background-color: #003B6C;
    height: 2px;
    right: 4px;
    z-index: 1;
    bottom: 17px;
}

.section-01-text p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.5;
}

.section-head-text h1 {
    font-size: 20px;
    font-weight: bold;
    color: #003B6C;
    line-height: 1.5;
}

/* ======================== end section 01 ======================== */
.section-02 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;

}

.section-02-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

/* ======================== end section 02 ======================== */
.section-03 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;

}

.box-content .box-list {
    display: flex;
    margin-top: 15px;
    line-height: 1.5;
}

.box-content .box-list .number {
    margin-right: 3px;
}

.box-content .box-list .box-text ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 15px;
}

.box-content .box-list .box-text ul li {
    line-height: 1.6;
    margin-top: 10px;
}

.box-content {
    margin-top: 25px;
}




/* ======================== end section 03 ======================== */


.section-04 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}

.section-4-box .box-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;

}


/* ======================== end section 04 ======================== */




.section-05 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}

/* ======================== end section 05 ======================== */
.section-06 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}

.section-6-box .box-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;

}

/* ======================== end section 06 ======================== */
.section-07 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}


/* ======================== end section 07 ======================== */

.section-08 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}

.section-08-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

.section-08-text ul {
    list-style: disc;
    margin-top: 10px;
    margin-left: 20px;
}

.section-08-text ul li {
    font-size: 16px;
    line-height: 1.5;
}




/* ======================== end section 08 ======================== */




.footer {
    padding: 35px 0px 50px;
    text-align: center;
    background-color: #333333;
}

.footer-content p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.policy {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;

}

.policy a {
    color: #fff;
    line-height: 1.5;
}

.policy a:hover {
    color: #ffffffbd;
}


.copy-right {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}