

.machine{background: #f0f0f0;padding: 8% 4%;}
.machine .ttl{text-align: center;font-size: 7vw;line-height: 1.2;padding-bottom: 2%;margin-bottom: 6%;font-weight: bold;}
.machine dl dt{background: #444;padding: 4%;color: #FFF;font-weight: bold;font-size: 3.5vw;text-align: center;}
.machine dl dd{padding: 4% 0;line-height: 1.4;text-align: center;background: #FFF;font-weight: bold;font-size: 4vw;}
.machine dl dd span{font-size: 70%;}


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

.machine{padding: 70px 40px;}
.machine .ttl{font-size: 50px;}
.machine dl dt{font-size: 24px;}
.machine dl dd{font-size: 20px;}

}