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

.news_contents .content_inner {
  position: relative;
}

.news_contents .news_wrap {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_contents .content_ttl {
  position: absolute;
  top: -95px;
  left: 5%;
}

.bg_pink_1 {
  background-image: -webkit-linear-gradient(left, #feb9e5 0%, #feb9e5 50%, #fec8d1 50%, #fec8d1 100%);
  background-image: linear-gradient(90deg, #feb9e5 0%, #feb9e5 50%, #fec8d1 50%, #fec8d1 100%);
}

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

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

.news_item {
  width: 45%;
  margin-bottom: 5%;
}

.news_item a {
  color: #fff;
}

.news_one {
  position: relative;
}

@media screen and (min-width: 751px) {
  .ornament_bubble_news {
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 101%;
    background-image: url(../images/news/pc/pc_news_bg.png);
    background-position: top center;
    background-repeat: repeat-y;
  }
  .news_one .ribbon_new {
    top: 3px;
    right: 45px;
  }
  .news_one:before {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_top.png) no-repeat center;
    background-size: 100%;
    padding-top: calc(52 / 852 * 100%);
  }
  .news_one:after {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_bottom.png) no-repeat center;
    background-size: 100%;
    padding-top: calc(48 / 852 * 100%);
  }
  .news_one .news_one_inner {
    background: url(../images/news/pc/pc_news_inner.png) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_one .news_one_image {
    width: 100%;
  }
  .news_one .news_one_text {
    width: 100%;
  }
  .news_one .news_one_text .news_ttl {
    font-size: 24px;
  }
  .news_one .news_one_text .date i {
    padding: 0 2%;
  }
  .news_detail {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .news_detail:before {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_detail_top.png) no-repeat center;
    background-size: 100%;
    padding-top: calc(52 / 852 * 100%);
  }
  .news_detail:after {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_detail_bottom.png) no-repeat center;
    background-size: 100%;
    padding-top: calc(48 / 852 * 100%);
  }
  .news_detail .news_detail_inner {
    background: url(../images/news/pc/pc_news_detail_inner.png) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_detail .news_detail_image {
    width: 85%;
    margin: 0 auto 5%;
  }
  .news_detail .news_detail_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news_detail .news_detail_text .news_ttl {
    font-size: 24px;
  }
  .news_detail .news_detail_text .date i {
    padding: 0 2%;
  }
  .news_detail .heading {
    background: #fff;
    color: #e75478;
    font-size: 24px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 2.5%;
    font-weight: bold;
  }
  .news_detail .subsection {
    margin: 0 10px 3.5%;
  }
  .news_detail .subsection:last-of-type {
    margin: 0 10px 0;
  }
  .news_detail .subsection .subheading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .5em;
    margin-top: 1.5em;
  }
  .news_detail .subsection .subheading2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .5em;
  }
  .news_detail .subsection .detail_inner {
    font-size: 18px;
    padding-bottom: 2em;
  }
  .box {
    font-size: 1.1rem;
    margin: 3% auto;
  }
}

@media screen and (max-width: 750px) {
  .news_contents .content_wrap {
    padding: 50% 0 5%;
  }
  .news_contents .ribbon_new {
    top: 0;
  }
  .news_contents .news_wrap {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .news_contents .content_ttl {
    position: absolute;
    top: -70px;
    left: 5%;
  }
  .bg_pink_1 {
    background-image: -webkit-linear-gradient(left, #feb9e5 0%, #feb9e5 50%, #fec8d1 50%, #fec8d1 100%);
    background-image: linear-gradient(90deg, #feb9e5 0%, #feb9e5 50%, #fec8d1 50%, #fec8d1 100%);
  }
  .bg_pink_1 .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fec9e6;
  }
  .bg_pink_1 .bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fdabc5;
    background-image: -webkit-radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0), -webkit-radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0);
    background-image: radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0), radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
  .news_wrap {
    width: 100%;
  }
  .news_item {
    width: 100%;
  }
  .news_one {
    width: 100%;
  }
  .news_one:before {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_top.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_one:after {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_bottom.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_one .news_one_inner {
    background: url(../images/news/sp/sp_news_inner.png) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_one .news_one_image {
    width: 100%;
  }
  .news_one .news_one_text {
    width: 100%;
  }
  .news_one .news_one_text .news_ttl {
    font-size: 18px;
  }
  .news_one .news_one_text .date i {
    padding: 0 2%;
  }
  .news_detail {
    position: relative;
    z-index: 10;
  }
  .news_detail:before {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_top.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_detail:after {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_bottom.png) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(73 / 566 * 100%);
  }
  .news_detail .news_detail_inner {
    background: url(../images/news/sp/sp_news_inner.png) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_detail .news_detail_image {
    width: 90%;
    margin: 0 auto 5%;
  }
  .news_detail .news_detail_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news_detail .news_detail_text .news_ttl {
    font-size: 18px;
  }
  .news_detail .news_detail_text .date i {
    padding: 0 2%;
  }
  .news_detail .heading {
    background: #fff;
    color: #e75478;
    font-size: 18px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 2.5%;
    font-weight: bold;
  }
  .news_detail .subsection {
    margin: 0 10px 3.5%;
  }
  .news_detail .subsection:last-of-type {
    margin: 0 10px 0;
  }
  .news_detail .subsection .subheading {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
  }
  .news_detail .subsection .subheading2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5em;
  }
  .news_detail .subsection .detail_inner {
    font-size: 16px;
    padding-bottom: 1.5em;
  }
  .box {
    font-size: 0.9rem;
    margin: 5% auto;
  }
}
