@charset "UTF-8";
.features li{background:#fff;padding:5%;border-radius:10px;margin-bottom:20px;}
.features .tit{text-align:center;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) { 
.features  .center{text-align:center;}
.features ul{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.features li{width:33%;display: block;padding: 30px;}
}


@media screen and (min-width:1000px) { 

}