/* スライド画像 */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}


ul{
    text-align: left;
    }
    
.p-title {
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    margin: 20px 0 0px;
    border: 0px;
}
@media only screen and (min-width: 768px) {
.p-title {
    text-align: center;
    font-weight: 400;
    font-size: 70px;
    margin: 10px 0 30px;
    border: 0px;
}
}