@charset "UTF-8";

.title1 {
    padding: 100px 120px 20px 120px;
}

.title1 h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.title1 h2 span {
    color: #00a9d1;
}

.checks {
    text-align: center;
}

.checks h3 {
    font-size: 24px;
}

.checks ul {
    margin: 0 auto;
}

.checks li {
    list-style: none;
    width: 420px;
    margin: 35px auto;
    font-size: 20px;
    text-align: left;
    position: relative;
}

.checks li p {
    margin-left: 44px;
}

.checks li i {
    color: #dd3333;
    font-size: 32px;
    display: block;
    margin-right: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner {
    background-color: #fddb00;
    margin: 12px 120px;
    padding: 0 24px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner div {
    text-align: center;
}

.banner div.text {
    width: calc(100% - 350px);
    font-family: 'times new roman', times, serif;
    font-weight: 700;
    color: #213047;
    font-size: 28px;
}

.banner div.text span {
    color: red;
}

.banner div.button {
    width: 350px;
}

.banner a.button {
    margin: 0 0 60px 0;
    background-color: #6eca06;
    border: 2px solid #6eca06;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 18px 37px 18px;
    font-weight: bold;
    font-size: 14px;
}

.banner a.button:hover {
    color: #00a9d1;
}

.banner a.button span {
    margin-right: 4px;
    vertical-align: middle;
}

.title2 {
    padding: 150px 120px 50px 120px;
}

.title2 h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.title2 h2 span {
    color: #00a9d1;
}

.items {
    padding: 0 120px;
    margin-bottom: 100px;
}

.items .row {
    padding: 12px 0;
}

.items .col {
    float: left;
}

.items .even .col {
    float: right;
}

.items .col.img {
    width: 35vw;
}

.items .col img {
    width: 100%;
}

.items .col.text {
    width: calc(100% - 42vw);
    margin-left: 7vw;
}

.items .even .col.text {
    margin-right: 7vw;
    margin-left: 0;
}

.items .col.text h3 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #00c6ff;
    margin-top: 24px;
}

.items .col.text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 12px 0;
}

.items .col.text p {
    font-size: 16px;
    line-height: 1.88;
    color: #777;
}

.buttons {
    margin-top: 60px;
    text-align: center;
}

.buttons .button {
    display: inline-block;
    margin: 0 0 60px 0;
    background-color: #00a9d1;
    border: 2px solid #00a9d1;
    color: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    padding: 14px 37px 12px;
    font-weight: bold;
}

.buttons .button:hover {
    background-color: #ffffff;
    color: #00a9d1;
}


@media (max-width: 1050px) {
    .title1 {
        padding: 30px 5%;
    }
    
    .checks li {
        width: 70%;
    }
    
    .banner {
        display: block;
        height: auto;
        padding: 24px;
        margin: 5%;
    }
    
    .banner div.text,
    .banner div.button {
        width: 100%;
    }
    
    .banner div.button {
        margin: 30px 0 20px 0;
    }
    
    .title2 {
        padding: 30px 5%;
    }
    
    .items {
        padding: 30px 5%;
        margin-bottom: 24px;
    }
    
    .items .col.img,
    .items .col.text {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .banner div.text,
    .banner div.button {
        font-size: 5vw;
    }
    
    .banner a.button {
        font-size: 3vw;
        padding: 3vw;
    }
}