@charset "UTF-8";
/* ######################################################################################

　サービス一覧　ファーストビューの要素

###################################################################################### */

@media print, screen and (min-width: 768px) {
    .pageService .headLine .text {text-align: center; margin-bottom: 60px;}
    .pageService .otherService.main {margin-bottom: 50px;}
}
@media screen and (max-width: 767px) {
    .pageService .headLine .text {margin-bottom: 40px;}
}



