@charset "UTF-8";

/*----------------------------------------
 equipment
----------------------------------------*/
.security_bg{
background-color: #fff;
}

.page_title_security{
background-image: url(../images/sec_bg01.jpg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
}

.CL_sc{
color: #0D766E !important;
}


.sec_title {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}

.sec_title p {
width: 100%;
font-size: 1.9rem;
line-height: 1.5;
letter-spacing: 1px;
padding: 10px 0 0 0;
color: #0D766E;
font-weight: 600;
}


.sec_title p span {
font-size: 1rem;
color: #333 !important;
}


.sec_box{
background-color: #F7EFE3;
width: 100;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding: 40px 20px 40px 20px;
}

.P_H{
margin-top: 38px;
}

.P_H2{
margin-top: 58px;
}

.P_H3{
margin-top: 73px;
}

.P_H4{
margin-top: 42px;
}

.MBM_m{
mix-blend-mode: multiply;
}

@media screen and (max-width : 767px) {


.sec_title p {
font-size: 1.6rem;
}


.P_H,
.P_H2,
.P_H3,
.P_H4{
margin-top: 0;
}


.sec_box{
padding: 10px 10px 10px 10px;
}


}