@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#head .main{
background-image: url("../images/business-images/main.jpg");
}
.nav02 a span{
border-bottom: 1px solid #3c251c;
}

/* ------------------------------------------------------------
philosophy
------------------------------------------------------------ */
#trouble .float-l{
width: 30%;
}
#trouble .float-r{
width: 65%;
}

.corporate-list{
text-align: center;
}
.corporate-list li{
display:inline-block;
box-sizing: border-box;
width: 10%;
font-size: 1.6rem;
text-align: center;
color: #fff;
background-color: #762a39;
border-radius: 10px;
padding: 30px 10px;
margin: 0 1%;
}

/* ==========================================================================
pc
========================================================================== */
@media screen and (min-width: 1200px) {
}

/* ==========================================================================
tablet
========================================================================== */
@media screen and (max-width: 1199px) {





}

/* ==========================================================================
sp
========================================================================== */
@media screen and (max-width: 699px) {
#trouble .float-l{
width: 100%;
margin-bottom: 10px;
}
#trouble .float-r{
width: 100%;
}





}
