.microdata_pagepath {
  display: none; }

form label {
  display: inline-block;
  margin-bottom: 5px; }

.scroll_btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  width: 55px;
  height: 55px;
  bottom: 85px;
  z-index: 1000;
  transition: ease 0.4s;
  border-radius: 7px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248px%22%20height%3D%2230px%22%20%20viewBox%3D%220%200%2048%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M83%2C67.422L64.639%2C86%2C58.99%2C80.284%2C77.351%2C61.706%2C83%2C55.99l5.65%2C5.716L107.01%2C80.284%2C101.361%2C86Z%22%20transform%3D%22translate%28-59%20-56%29%22%2F%3E%3C%2Fsvg%3E") center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 30px auto;
  cursor: pointer; }
  .scroll_btn.active {
    opacity: 1;
    visibility: visible; }

ul.seolist li {
  background: url(/t/images/img/tick.png) 0 4px no-repeat;
  padding: 5px 10px 5px 35px;
  margin: 0px 1px;
  list-style: none;
  background-size: 19px; }

.seotext {
  font-size: 16px;
  padding: 0 12px;
  width: calc((100% / 12) * 11);
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1097px) {
  .seotext {
    width: 100%; } }

@media (max-width: 479px) {
  ul.seolist {
    padding: 0 0 0 5px; } }
