@charset "utf-8";

@media screen and (min-width: 751px) {

  .voice-top-pc {
    display: block;
  }

  .voice-top-sp {
    display: none;
  }

  .voice-top-img {
    width: 100%;
    text-align: center;
  }

  .voice-top-img img {
    width:95%;
    margin: 0 auto;
  }

  .voice-top-area {
    background-color: #ffe7c0;
    padding: 50px;
  }

  .voice-top-text {
    /* width: 90%; */
    margin: 0 auto;
    /* border:rgb(254 152 68) solid 5px; */
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
  }

  .voice-top-text p {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
    /* opacity: 1; */
  }

  .voice-top-center {
    text-align: center;
    margin-top: 20px;
  }

  .voice-top-quo {
    color: #000080;
    font-size: 28px;
  }

  .voice-top-line {
    background: linear-gradient(transparent 70%, #ffff00 70%);
    /* background-color: #ffff00;
    background-size: 100% 50%; */
  }

  .button_voice-top{
    margin-top: 30px;
  }

  .button_voice-top a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 240px; */
    width: 60%;
    padding: 2vw 0;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-size: 2.5vw;
    background: #e8683b;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    font-weight: bold;
  }

  .button_voice-top a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  .button_voice-top a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  }

  .voice-top-attension {
    margin-top: 30px;
    margin-top: 30px;
  }

  .voice-top-attension p {
    font-size: 16px;
    line-height: 1.2;
  }

}