.secomContainer {
    margin: 0 auto;
    max-width: 995px;
}

.secomTop_img {
    width: 100%;
    height: auto;
}

.secomTop_title {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #156082;
}

.secom_logo {
    display: block;
    margin: 20px auto;
    width: 50%;
    height: auto;
}

.secom_login {
    display: block;
    margin: 20px auto;
    padding: 10px;
    width: 200px;
    height: auto;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    transition: 0.2s;
    font-size: 1.3rem;
    color: #fff;
    background-color: #EE7902;
    box-shadow: 2px 2px 4px gray;
}

    .secom_login:hover {
        filter: brightness(130%);
    }

.secom_contact {
    text-decoration: none;
    margin: 50px auto 20px auto;
    padding: 10px;
    width: 400px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    transition: 0.5s;
    background-color: #156082;
    box-shadow: 2px 2px 4px gray;
}

    .secom_contact:hover {
        filter: brightness(130%);
    }

.secom_contact_a{
    font-size: 1.3rem;
    color: #fff;
}

.secomSection {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.secomSection_title {
    font-size: 1.8rem;
    text-align: center;
    color: #156082;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #156082;
}

.secomSection_txt {
    font-size: 1.2rem;
}

.secomSection_subtitle {
    margin: 20px 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}

.secomSection_imgblock {
    display: flex;
    margin: 20px 80px;
    justify-content: space-around;
}

.secomSection_imgblock_img {
    width: 30%;
    height: auto;
}

.secomSection_comment {
    font-size: 1rem;
}

.secomSection_list {
    margin: 20px;
    color: #156082;
    font-weight: bold;
    font-size: 1rem;
}

    .secomSection_list li {
        margin-bottom: 10px;
    }

.secomSection_block{
    display: flex;
}

.secomSection_image {
    width: 40%;
    height: auto;
}

.secomSection_attention{
    font-size: 1rem;
    font-weight: bold;
    color: red;
}