@charset "utf-8";

.three {
    background-color: #F7F9FC;
    height: 100vh;
}

.three-title {
    padding-top: 120px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.three-title-1 {
    font-size: 31px;
    font-family: Arial;
    font-weight: bold;
    color: #212121;
    line-height: 34px;
    margin-bottom: 15px;
}

.three-title-2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.three-carousel {
    width: 80%;
    margin: 80px auto 60px auto;
}

.three-carousel-1-1 {
    margin: 0 auto;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-carousel-1-1-2-1 {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #505050;
    line-height: 24px;
    margin-bottom: 40px;
}

.three-carousel-1-1-2-2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #505050;
    line-height: 24px;
}

.three-carousel-1-2 {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 15px auto;
    width: 55%;
}

.three-carousel-1-2-1 {
    padding-top: 35px;
    text-align: center;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #1242BE;
    line-height: 24px;
}

.three-carousel-1-2-2 {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    justify-items: center;
}

.three-carousel-1-2-2-1 {
    width: 48%;
    margin-right: 60px;
    margin-left: 30px;
}

.three-carousel-1-2-2-2 {
    width: 48%;
    margin-right: 30px;
}

.circle-ok {
    width: 30px;
    height: 30px;
    /*border: 1px solid #35629B;*/
    /*border-radius: 50%;*/
    /*color: #003399;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
}

.three-carousel-1-2-2-1-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
}

.three-carousel-1-2-2-1-item-1  {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #404040;
    line-height: 20px;
    margin-left: 20px;
    width: 80%;
}

.three-carousel-prev{
    color: blue !important;
}
