/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
.result_header {
  overflow: hidden;
  position: relative;
  background: -webkit-linear-gradient(45deg, #e4cea3, #fff4dc, #e4cea3);
  background: linear-gradient(45deg, #e4cea3, #fff4dc, #e4cea3);
}

.result_header::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/bg_noise.png) repeat;
  background-size: 200px;
  opacity: 0.3;
}

@media screen and (min-width: 769px) {
  .result_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.result_header--img {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .result_header--img {
    padding: 0px;
    width: 50%;
  }
}

.result_header--img img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.result_header--data {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .result_header--data {
    padding: 0px;
    width: 50%;
  }
}
