.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  position: relative;
}

.contents_wrapper {
  padding: 122px 0 0; }

.contents_child {
  width: 100%;
  max-width: 1120px;
  background: #f9f7f6;
  margin: 0 auto 5px;
  padding: 0 15px 100px; }
  .contents_child .head {
    padding: 80px 0 0; }
    .contents_child .head .title {
      font-size: 34px;
      font-weight: 300;
      text-align: center;
      margin: 0 0 30px;
      letter-spacing: 0.15em; }
    .contents_child .head .title_low {
      font-size: 24px;
      font-weight: 500;
      text-align: center;
      margin: 0 0 35px; }
    .contents_child .head .border {
      width: 200px;
      height: 1px;
      position: relative;
      margin: 0 auto 65px;
      background: #000000; }
      .contents_child .head .border::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 10px 0 10px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -10px; }
      .contents_child .head .border::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 10px 0 10px;
        border-color: #f9f7f6 transparent transparent transparent;
        position: absolute;
        top: -1px;
        left: 50%;
        margin: 0 0 0 -10px; }


.contents_child .head {
  margin: 0 0 70px;
}

.contents_child .head .border::before, .contents_child .head .border::after {
  display: none;
}

.contents_child .head .title {
  letter-spacing: 0.1em;
    line-height: 1.3em;
}

.contents_child .head .border {
  width: 820px;
  margin: 0 auto 25px;
}

.contents_child .head .title_low_small {
  width: 820px;
  font-size: 18px;
  margin: auto;
}

.new_function .inline {
  width: 820px;
  margin: auto;
}

.new_function .inline .list_newfunc>li {
  margin: auto;
  padding: 0 0 70px;
  box-sizing: border-box;
}

.new_function .inline .list_newfunc>li .label_title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #ee7972;
  margin: 0 0 20px;
}

.new_function .inline .list_newfunc>li .label_title+p {
  font-size: 18px;
  margin: 0 0 50px;
  letter-spacing: -0.01em;
}

.new_function .inline .list_newfunc>li .thumb_label {
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 0 0 15px;
}

.new_function .inline .list_newfunc>li .thumb {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .contents_wrapper {
  padding: 0; }

  .contents_child {
  padding: 0 0 45px; }

  .new_function .inline {
    width: 100%;
    padding: 0 35px;
  }
  .contents_child .head {
    margin: 0 0 25px;
    padding: 45px 5px 0;
  }
  .contents_child .head .title {
    font-size: 20px;
    margin: 0 0 22px;
  }
  .contents_child .head .border {
    width: auto;
    margin: 0 10px 30px;
  }
  .contents_child .head .title_low_small {
    width: auto;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin: 0 35px;
  }
  .new_function .inline .list_newfunc>li .label_title {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 15px;
  }
  .new_function .inline .list_newfunc>li .label_title+p {
    font-size: 13px;
    letter-spacing: -0.05em;
    margin: 0 0 25px;
  }
  .new_function .inline .list_newfunc>li .thumb_label {
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 0 0 5px;
  }
  .new_function .inline .list_newfunc>li {
    padding: 0 0 40px;
  }
  .new_function .inline .list_newfunc>li .thumb {
    width: 100%;
  }
}

/* 21/9/22追記 */

section.app {
  margin: 100px auto;
}

/* 21/9/22追記おわり */

.brsp {
  display: none; }

  @media screen and (max-width: 768px) {
  .brsp {
    display: inherit; }
  }

  .pinkItem{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pinkItem li{
  padding: 0 10px;
  box-sizing: border-box;
  list-style:none;
}
.pinkItem li p{
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.pinkItem li img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pinkItem {
    flex-wrap: wrap;
  }
  .pinkItem li{
    max-width: 50%;
    margin-top: 10px;
  }
}