@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}
.reason__content {
  padding: 32px 56px;
  border: 1px solid #DEDCD7;
  border-radius: 3px;
}
.reason__content:not(:last-of-type) {
  margin-bottom: 32px;
}
.reason__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.reason__title {
  margin-bottom: 16px;
  color: #FF6010;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.reason__titleEm {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-indent: -8px;
}
.reason__titleEmNum {
  font-size: 48px;
  line-height: 1;
}
.reason__titleEmNum--appeal {
  display: inline-block;
  position: relative;
}
.reason__titleEmNum--appeal::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: -12px;
  width: 27px;
  height: 24px;
  background: url("/static/pc/img/top/reason_text_vector.svg") no-repeat;
}
.reason__explain {
  font-size: 16px;
}
.reason__explain--satei {
  margin-bottom: 8px;
}
.reason__explainEm {
  font-weight: bold;
}
.reason__imgLogo {
  display: block;
}
