@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
* {
    box-sizing: border-box;
}        

.smartnet_long_body {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 32px 24px;    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.smartnet_long_body hr {
    width: 100%;
    border: solid 1px #EEEEEE;
    margin: 34px 0;
}
.smartnet_long_body h2 {
    font-size: 20px;
    color: #3AA0DA;
    text-align: center;
    margin-bottom: 24px;
}
.smartnet_long_body h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 24px;
}

.smartnet_long_header {
    text-align: center;
    line-height: 32px;
}
.smartnet_long_header h1 {
    font-size: 20px;
}

.smartnet_long_block1 article {
    text-align: center;
    line-height: 32px;
}

.smartnet_long_block2 article {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.smartnet_long_block2 img {
    width: 100%;
}
.smartnet_long_block2 .vp_card {
    border: solid 1px #EEEEEE;
    font-size: 14px;
    line-height: 28px;
    margin: 8px 0 16px 0;
}

.smartnet_long_block3 article {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.smartnet_long_block3 .cmp_card {
    flex: 1;
    border: solid 1px #EEEEEE;
    padding: 32px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 8px 0 16px 0;
}
.smartnet_long_block3 img {
    display: block;
    width: 100%;
    max-width: 152px;
    max-height: 152px;
    margin: auto;
}

.smartnet_long_block4 {
    text-align: center;
}
.smartnet_long_block4 button {
    border: none;
    width: 155px;
    min-height: 34px;
    padding: 4px 16px;
    background-color: #006886;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.smartnet_long_block5 {
    text-align: center;
    padding: 16px;
    line-height: 28px;
    font-size: 14px;
    background-color: #EEEEEE;
    margin-top: 32px;
}
