@import (once) "default.less";
@import (once) "common.less";


/* support ///////////////////////*/
.support{
padding:60px 0 0 0;

}

@media (max-width:480px) {
.support{
padding:30px 0 0 0;

}
}

/* about ///////////////////////*/
.about{
padding:60px 0 0 0;

strong{
.db;
padding:20px 0;
font-size:13pt;
font-weight:normal;
}

.wrap li{
padding:10px 0;
font-size:13pt;
background:url("../image/line3.svg") repeat-x 50% 100%;
}

}

@media (max-width:480px) {
.about{
padding:30px 0 0 0;

strong{
.tac;
padding:20px 0;
font-size:11pt;
}

.wrap li{
padding:10px 0;
font-size:10pt;
}

}
}

/* price ///////////////////////*/
.price{
padding:100px 0 0 0;

.wrap{
font-size:13pt;
line-height:180%;
margin:0 0 20px 0;
}

}

@media (max-width:480px) {
.price{
padding:60px 0 0 0;

.wrap{
font-size:10pt;
line-height:180%;
margin:0 0 20px 0;
}

}
}

/* other ///////////////////////*/
.other{
padding:100px 0 120px 0;

}

@media (max-width:480px) {
.other{
padding:60px 0 60px 0;

}
}