@charset "UTF-8";
/* CSS Document */
.bgFaci{
    background-image: url(../images/mv_facility.jpg);
}
.clm2 li{
    width: 46.5%;
}
.clm2 li p img{
    max-width: 100%;
    vertical-align: bottom;
}
.clm2 li dl dt{
    background: #005ea1;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 25px;
}

.clm2 li dl dd p{
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #000;
}
.clm2 li dl dd span{
    line-height: 1.7;
}
/*SP*/
@media only screen and (max-width: 800px) {

.clm2 li{
    width: 48.5%;
}
.clm2 li p img{
    max-width: 100%;
    vertical-align: bottom;
}
.clm2 li dl dt{
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.clm2 li dl dd p{
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.clm2 li dl dd span{
    line-height: 1.7;
}




}

@media only screen and (max-width: 480px) {
.clm2 li{
    float: none;
    width: 100%;
    height: auto !important;
}
}
/*/*/