@charset "utf-8";
/* --------------------------------
各ページ
-------------------------------- */

.h2-ttl{
    display: block;
    height: 150px;
    box-sizing: border-box;
    padding: 61px 0 0 0;
}
.h2-ttl-img{
    display: inline-block;
    height: 32px;
    width: auto;

}
.h2ti-narrow1{
   width: 70%;
}
.h2ti-security{
   width: 100%;
   height: auto;
}
.h2-ttl-txt{
    display: inline-block;
    padding:7px 0 0 9px;
}

.cts-ttl{
    line-height: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;
}
.cmn-cttl-mbo{
  margin-bottom: 28px;  
}

@media (min-width: 380px) {
}/*end min-width: 380px*/

@media (min-width: 400px) {
.h2ti-narrow1{
   width: auto;
}
}/*end min-width: 400px*/

@media (min-width: 560px) {
.h2ti-security{
   width: auto;
}
}/*end min-width: 560px*/

@media (min-width: 640px) {
.h2-ttl{
    height: 162px;
    padding: 64px 0 0 0;
}
.h2-ttl-img {
    height: 38px;
}
.h2-ttl-txt {
    padding: 10px 0 0 10px;
}
.cts-ttl {
    font-size: 18px;
    padding-bottom: 12px;
}
}/*end min-width: 640px*/


@media (min-width: 960px) {

    .h2-itco-pl2{
        padding-left:80px;
        padding-left:calc( 3.3vw + 48px );
    }
    .ctxt-itco-pbo2{
        padding-bottom: 86px;
    }
}/*end min-width: 960px*/


@media (min-width: 1200px) {
.h2-ttl{
    height: 192px;
}
.h2-ttl-img {
    height: 46px;
}
.h2-ttl-txt {
    padding: 16px 0 0 16px;
}
.cts-ttl {
    font-size: 20px;
    padding-bottom: 16px;
}
}/*end min-width: 1200px*/



@media (min-width: 1700px) {
    .ctxt-itco-pbo2{
        padding-bottom: 100px;
    }
}/*end min-width: 1700px*/