body {
  background-color: #00C46F;
  position: relative; }

/************************/
.consult_box {
  width: 100%;
  max-width: 302px;
  padding: 0 0 110px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /*&:before{
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: $main;
    top:auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
  }*/ }
  .consult_box h2 {
    font: 4rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 0 40px; }
  .consult_box p {
    margin: 0 0 80px;
    font: 2rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700; }
  .consult_box a {
    font: 1.4rem / 38px "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    padding: 0 22px 0 0;
    margin: 0 auto;
    display: block;
    width: 185px;
    height: 45px;
    border: 2px solid #00C46F;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s; }
    .consult_box a:before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFB300;
      border-radius: 50px;
      z-index: -1;
      right: -5px;
      bottom: -7px; }
    .consult_box a:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/index/message_arrow.svg) center center no-repeat;
      width: 22px;
      height: 17px;
      top: 10px;
      right: 15px;
      transition: 0.3s; }

@media (hover: hover) {
  .consult_box a:hover {
    color: #FFB300; }
    .consult_box a:hover:after {
      right: 10px; } }
