@charset "UTF-8";

#top-header-wrap {
  display:none;
}

@media screen and  (min-width:768px) and  (max-width:991px) {
body{
font-size: 2.5rem!important;
}
.heading.block_header_2 p {
    font-size: 2.3rem!important;
}
.heading.block_header_1 .h, .heading.block_header_6 p {
    font-size: 2rem!important;
}
}

@media screen and  (max-width:767px) {
body{
font-size: 2.2rem;
}
.heading.block_header_1 .h, .heading.block_header_6 p {
    font-size: 1.9rem!important;
}
.heading.block_header_2 p {
    font-size: 1.9rem!important;
}

.info-comment {
text-align:left!important;
}
}