@charset "utf-8";

.topImage{
    padding:30px 0 0 0;
}

.topText{
    color:#333333;
    font-size:1.2em;
    padding:25px 0 20px 0;
    line-height:160%;
    font-weight:bold;
}

.listItem{
    margin-bottom: 10px;
    padding: 0px 7px;
}
/*------------------------------------
.secSecurity
------------------------------------*/
.secSecurity{
}
.secSecurity .title{
    background:url(../images/titLineBottom.png) left bottom repeat-x;
    padding:0 0 15px 0;
}

.secSecurity .txt01{
    padding:20px 0 20px 0;
    line-height:180%;
}
.secSecurity .txtSupport{
    font-size:0.95em;
    padding:10px 0 15px 0;
}

@media only screen and (max-width: 767px){
    .secSecurity{
        padding-bottom:50px;
    }
    .secSecurity .title{
        padding-top:20px;
    }
    .secSecurity .boxExample{
        text-align:center;
    }
    .secSecurity .txtSupport{
        text-align:center;
    }
    .secSecurity .boxProof{
        text-align:center;
    }
}
@media print, screen and (min-width: 768px){
    .secSecurity{
        padding-bottom:80px;
    }
}
/*------------------------------------
.secSelection
------------------------------------*/
.secSelection{
}
.secSelection .titSelection{
    background:#00395c;
    color:#ffffff;
    font-weight:bold;
    line-height:120%;
    padding:10px 15px;
}
.secSelection .titBottom{
}
.secSelection .txtWrap{
}
.secSelection .txt01{
    color:#b57f42;
    font-weight:bold;
    line-height:140%;
    padding:20px 0 15px 0;
}
.secSelection .txt02{
    color:#00395c;
    font-weight:bold;
    line-height:140%;
}
.secSelection .boxItem{
    /*background:#f7f7f7;*/
}
.secSelection .boxItem .itemTitle{
    color:#00395c;
    font-size:1.3em;
    font-weight:bold;
    line-height:120%;
    padding:0 0 20px 0;
}
.secSelection .boxItem .txtItem{
    text-align:center;
    color:#00395c;
    font-size:1.2em;
    font-weight: bold;
    line-height:140%;
    padding:10px 0 0 0;
}

@media only screen and (max-width: 767px){
    .secSelection{
        padding-bottom:0px;
    }
    .secSelection .titSelection{
        font-size: 1.3em;
        text-align:center;
    }
    .secSelection .txt01{
        font-size:1.3em;
        padding-bottom:10px;
    }
    .secSelection .txt02{
        font-size:1.3em;
        padding-bottom:20px;
    }
    .secSelection .boxItem{
        padding:10px 20px;
    }
    .secSelection .boxItem .itemTitle{
        font-size:1.1em;
        text-align:center;
    }
    .secSelection .boxItem .txtItem{
        font-size:1.0em;
        padding-bottom:20px;
    }
    .secSelection .boxItem .listItem:nth-of-type(2n+1){
        clear: both;
    }
}
@media print, screen and (min-width: 768px){
    .secSelection{
        position:relative;
        padding-bottom:50px;
    }
    .secSelection .titSelection{
        font-size: 2.0em;
    }
    .secSelection .titBottom{
        border-top: 15px solid #00395c;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        width:0px;
        height:0px;
        position: relative;
        left:4%;
    }

    .secSelection .imgSelection{
        position:absolute;
        top:-30px;
        right:10px;
    }
    .secSelection .txtWrap{
        min-height:180px;
        width:80%;
        padding-left:20px;
    }
    .secSelection .txt01{
        font-size:1.8em;
    }
    .secSelection .txt02{
        font-size:2.2em;
    }

    .secSelection .boxItem{
        padding:20px 30px;
    }
}



/*------------------------------------
.secQuestion
------------------------------------*/
.secQuestion{
    padding:0 0 40px 0;
}
.secQuestion .title{
    background:url(../images/titLineBottom.png) left bottom repeat-x;
    padding:0 0 15px 0;
}
.secQuestion .txt{
    padding:20px 0 0 0;
    font-size:1.1em;
    line-height:160%;
}

@media only screen and (max-width: 767px){
    .secQuestion .txt{
        padding-bottom:20px;
    }
}
@media print, screen and (min-width: 768px){
}

/*------------------------------------
.secMaintenance
------------------------------------*/
.secMaintenance{
}
.secMaintenance .title{
    background:url(../images/titLineBottom.png) left bottom repeat-x;
    padding:0 0 15px 0;
}
.secMaintenance .txt{
    padding:20px 0 0 0;
    font-size:1.1em;
    line-height:160%;
}

@media only screen and (max-width: 767px){
    .secMaintenance .txt{
        padding-bottom:20px;
    }
}
@media print, screen and (min-width: 768px){
    .secMaintenance .titArea{
        float: right;
    }
}
