@media screen and (min-width: 990px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 990px) {
  .display-pc {
    display: inherit;
  }
}

img {
  width: 100%;
  height: auto;
}

.mitsumori-button {
  background: #238c48;
  -webkit-box-shadow: 0px 5px 0px 0px #116525;
          box-shadow: 0px 5px 0px 0px #116525;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mitsumori-button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px 0px #116525;
          box-shadow: 0px 0px 0px 0px #116525;
}
@media screen and (min-width: 990px) {
  .mitsumori-button {
    border-radius: 30px;
    line-height: 65px;
  }
}

.mitsumori-button_wrap {
  margin: 100px auto 150px;
  width: 300px;
}
@media screen and (min-width: 990px) {
  .mitsumori-button_wrap {
    width: 350px;
    height: 64px;
  }
}

.mitsumori-button_comment {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
.mitsumori-button_comment::before {
  content: "";
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #238c48;
  position: absolute;
  top: 17px;
  left: -15px;
  rotate: 53deg;
}
@media screen and (min-width: 990px) {
  .mitsumori-button_comment::before {
    left: 0;
  }
}
.mitsumori-button_comment::after {
  content: "";
  width: 35px;
  height: 4px;
  border-radius: 10px;
  background-color: #238c48;
  position: absolute;
  top: 17px;
  right: -15px;
  rotate: -53deg;
}
@media screen and (min-width: 990px) {
  .mitsumori-button_comment::after {
    right: 0;
  }
}

.faq__flow-button {
  background: #E9862E;
  -webkit-box-shadow: 0px 5px 0px 0px #BE5900;
          box-shadow: 0px 5px 0px 0px #BE5900;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.faq__flow-button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px 0px #BE5900;
          box-shadow: 0px 0px 0px 0px #BE5900;
}
@media screen and (min-width: 990px) {
  .faq__flow-button {
    border-radius: 30px;
    line-height: 65px;
  }
}

.faq__flow-button__wrap {
  margin: 50px auto;
  width: 300px;
}
@media screen and (min-width: 990px) {
  .faq__flow-button__wrap {
    width: 350px;
  }
}
.faq__flow-button__wrap a {
  text-decoration: none;
  color: transparent;
}

.faq__flow-button-comment {
  text-align: center;
  font-size: 14px;
  color: red;
  position: relative;
  margin-bottom: 20px;
}
.faq__flow-button-comment::before {
  content: "";
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 17px;
  left: -15px;
  rotate: 60deg;
}
@media screen and (min-width: 990px) {
  .faq__flow-button-comment::before {
    left: 0;
  }
}
.faq__flow-button-comment::after {
  content: "";
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 17px;
  right: -15px;
  rotate: -60deg;
}
@media screen and (min-width: 990px) {
  .faq__flow-button-comment::after {
    right: 0;
  }
}