.contact_contents .content_wrap {
  padding: 320px 0 5%;
}

.contact_contents .content_inner {
  position: relative;
}

.contact_contents .content_ttl {
  position: absolute;
  top: -3.5%;
  left: 5%;
  z-index: 10;
}

.bg_pink_2 {
  background-image: -webkit-linear-gradient(left, #febad7 0%, #febad7 50%, #fec4d3 50%, #fec4d3 100%);
  background-image: linear-gradient(90deg, #febad7 0%, #febad7 50%, #fec4d3 50%, #fec4d3 100%);
}

.bg_pink_2 .bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fd96d2;
}

.bg_pink_2 .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fda1d3;
  background-image: -webkit-radial-gradient(#fdb4dc 20%, rgba(238, 238, 238, 0) 0), -webkit-radial-gradient(#fdb4dc 20%, rgba(238, 238, 238, 0) 0);
  background-image: radial-gradient(#fdb4dc 20%, rgba(238, 238, 238, 0) 0), radial-gradient(#fdb4dc 20%, rgba(238, 238, 238, 0) 0);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}

.contact_wrap {
  width: 55%;
  margin: 0 0 0 15%;
  padding: 180px 0;
  font-size: 22px;
}

.contact_wrap .contact_inner {
  margin-bottom: 2em;
}

.contact_wrap .contact_inner .border {
  font-size: 38px;
  border-bottom: 3px solid #fff;
  margin-bottom: 1em;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .ornament_bubble_contact {
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 110%;
    background-image: url(../images/contact/pc/pc_contact_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 750px) {
  .bg_pink_2 {
    background-image: -webkit-linear-gradient(left, #febad7 0%, #febad7 50%, #fec4d3 50%, #fec4d3 100%);
    background-image: linear-gradient(90deg, #febad7 0%, #febad7 50%, #fec4d3 50%, #fec4d3 100%);
  }
  .bg_pink_2 .bg-right {
    background-image: -webkit-radial-gradient(#fdb4dc 24%, rgba(238, 238, 238, 0) 0), -webkit-radial-gradient(#fdb4dc 24%, rgba(238, 238, 238, 0) 0);
    background-image: radial-gradient(#fdb4dc 24%, rgba(238, 238, 238, 0) 0), radial-gradient(#fdb4dc 24%, rgba(238, 238, 238, 0) 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
  .contact_contents .content_wrap {
    padding: 35% 0 5%;
  }
  .contact_contents .content_inner {
    position: relative;
  }
  .contact_contents .content_ttl {
    position: absolute;
    top: -2.2%;
    left: 5%;
    z-index: 10;
  }
  .contact_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 70px 0;
    font-size: 16px;
  }
  .contact_wrap .contact_inner {
    margin-bottom: 1.5em;
  }
  .contact_wrap .contact_inner .border {
    font-size: 5vw;
    border-bottom: 3px solid #fff;
    margin-bottom: 1em;
    display: inline-block;
  }
  .ornament_bubble_contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-image: url(../images/contact/sp/sp_contact_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 110%;
  }
}
