* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    /* line-height:0.025em; */
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    background-color: #ffffff;
    color: #205192;
}

hr {
    margin-top: 130px;
    background-color: #f0f1f3;
    color: #f0f1f3;
    height: 1px;
    border: none;
}

.container {
    margin-top: 100px;
}

.container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 1200px;
}

.container1-item {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container1-img {
    margin: 0 auto;
    height: 200px;
}

.container-1-text {
    text-align: center;
    width: 90%;
    margin-bottom: 20px;
}

.h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 29px;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    border: 2px solid #f79625;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #f79625;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    width: auto;
    min-width: 90px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.rte {
    margin-top: 100px;
    margin-bottom: 100px;
}

table {
    width: 100%;
    border-spacing: 1px;
    position: relative;
    border: 1px solid #f0f1f3;
    /* background: #f0f1f3; */
}

.table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.rte table {
    table-layout: fixed;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

th {
    border: 0 none;
    text-align: left;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #f0f1f3;
}

td {
    text-align: center;
    padding: 8px;
    border: 1px solid #f0f1f3;
}

.container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-size: 34px;
    margin-bottom: 40px;
}

.container2-img {
    margin: 0 auto;
    height: 350px;
}

.rte-setting {
    text-align: center;
}

.bottom {
    margin-bottom: 100px;
}

.img-3 {
    height: 515px;
}

.text-1 {
    display: flex;
    flex-direction: column;
}

.text-1 ul {
    background: none;
}

.text-1 li {
    list-style: circle;
    font-size: 17px;
    margin-left: 40px;
    color: #205192;
    width: 90%;
}

.text-1-span {
    font-size: 30px;
    margin-bottom: 40px;
}