@charset "UTF-8";



/* SQUARE_under_visual --------------------------------------------------------------- */
#SQUARE_under_visual {
    background-color: #F5F5ED;
    background-image: url(../../img/service/Rleft.png), url(../../img/service/Rright.png);
}

#SQUARE_under_visual.service h1{
    color: #000;
}


/* SQUARE_content --------------------------------------------------------------- */
.SQUARE_content h2 {
    background-color: #F5F5ED;
    color: #000;
}


/* SQUARE_related --------------------------------------------------------------- */
#SQUARE_related {
    background-color: #F5F5ED;
    background-image: url(../../img/service/RBleft.png), url(../../img/service/RBright.png);
}

#SQUARE_related ul.SQUARE_list li {
    background-image: url(../../img/home/interview/mask.png);
}


@media(max-width: 767px){
}

@media screen and (min-width:768px) and (max-width:900px){
}