@charset "UTF-8";

p {
  font-size: 13px;
}

a:hover {
  opacity: 0.6 !important;
  color: #686868 !important;
}

img {
  background-color: white;
}

h3 {
  padding-top: 15px;
  padding-left: 15px;
}

@media only screen and (max-width:641px) {
  .flex {
    display: flex;
  }

  .flex_img {
    width: 50%;
  }

  .flex_text {
    width: 50%;
    padding-top: 1rem;
  }

  .-sp-col1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}