
/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 400;
    color: #1e1e1e;
}
h2.dft {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
    color: #1e1e1e;
}
h3.dft {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 300;
    color: #1e1e1e;
}
h4.dft {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #1e1e1e;
}
h6.dft {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 300;
    color: #969595;
}
p.dft {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
}
@media (max-width:768px){
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 16px;
    }
    h4.dft {
        font-size: 14px;
    }
    h6.dft {
        font-size: 10px;
    }
    p.dft {
        font-size: 12px;
    }
}
/*cm2_s01*/
.cm2_s01 .logo_wrp {
	color: #333;
    font-size: 15px;
    margin-bottom: 30px;
    background: url(../img/com_1_5_grid.png) center center;
    padding: 25px 15px;
    border: 1px solid #ddd;
}
.cm2_s01 .img_wrp {
    border: 1px solid #ddd;
}
.cm2_s01 .txtbox h4 {
    color: #cf0000;
}
@media (max-width:768px){
    .cm2_s01 .imgbox img {
        width: 60%;
    }
    .cm2_s01 .txtbox {
        text-align: center;
    }
}