.ye_box{
  position: relative;
  background-color: #F4F1E1;
  padding-bottom:calc(17/1280*100vw);
  width: calc(1151/1280*100vw);
  max-width: 1151px;
  margin: 0 auto calc(27/1280*100vw);
}


.ppa{
  position: relative;
  transform: translateY(-12px);
  font-size: 24px;
  color: #C7B661;
  width: 100%;
  text-align: center;
  font-family: source-han-selif-japanese, serif;

}

.ppc{
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-family: source-han-sans-japanese,sans-serif;
}

.ye_box a{
  width: 280px;
  height: 40px;
  background-color: #C7B661;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 11px;
  position: relative;
}

.ye_box a::before,.ye_box a::after{
  display: block;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 15px;
  top: 50%;
  transform-origin: right;
}

.ye_box a::after{
  transform: rotateZ(60deg);
}
.ye_box a::before{
  transform: rotateZ(-60deg);
}

@media (max-width:770px) {
  .ye_box a {
    width: 240px;
    height: 30px;
  }

}
