@charset "UTF-8";

/*----------------------------------------
 equipment
----------------------------------------*/


.structure_bg{
background-color: #fff;
}

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

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

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

.st_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;
}


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

.P_H{
margin-top: 38px;
}

.P_H2{
margin-top: 58px;
}

.P_H3{
margin-top: 73px;
}

.P_H4{
margin-top: 24px;
}

.P_H5{
margin-top: 69px;
}

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

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


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


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


}