.contents_child .head{
  margin: 0 0 45px;
}

.contents_child .head .border::before,
.contents_child .head .border::after{
  display: none;
}

.contents_child .head .title{
  letter-spacing: 0.1em;
}

.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 .label{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 7px 20px;
  background: #ee7972;
  margin: 0 0 40px;
  display: inline-block;
}

.new_function .inline .step{
  width: 720px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.new_function .inline .step > li{
  position: relative;
}

.new_function .inline .step > li:first-child::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 19px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 47%;
  left: calc(100% + 50px);
  margin: -13px 0 0;
}

.new_function .inline .step > li:nth-child(1){
  width: 300px;
}

.new_function .inline .step > li:nth-child(2){
  width: 300px;
}

.new_function .inline .step > li .step_label{
  font-size: 20px;
  font-weight: bold;
  color: #ee7972;
  margin: 0 0 20px;
  display: block;
}

.new_function .inline .step > li .step_img{
  display: block;
  margin: 0 auto 20px;
}

.new_function .inline .step > li .txt_low{
  font-size: 18px;
  line-height: 26px;
}

.new_function .inline .notice{
  font-size: 16px;
  line-height: 25px;
  padding: 20px 15px;
  margin: 0 auto 40px;
  border: 2px solid #f00;
  border-radius: 5px;
  color: #ff0000;
}

.new_function .inline .notice strong{
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  position: relative;
  line-height: 0;
  display: block;
  margin: 0 0 10px;
}

.new_function .inline .notice strong > span{
  vertical-align: middle;
}

.new_function .inline .notice .exc{
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.new_function .inline .notice .exc > span{
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.new_function .inline .notice .exc::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;  
}

.new_function .btn_more{
  width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  position: relative;
  display: block;
  text-decoration: none;
}

.new_function .btn_more::after{
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: -7px 0 0;
}

.pinkBox{
  margin: 0 0 40px;
}
.pinkBox p{
  color: #ee7972;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.pinkBox span{
  display: block;
  font-size: 14px;
}

.pinkBox2{
  margin: 10px 0 40px;
}
.pinkBox2 span{
  display: block;
  font-size: 14px;
}

.pinkUl{
  margin-left: -15px;
}
.pinkUl li{
  float: left;
  width: 24%;
  padding-left: 15px;
}
.pinkUl li:first-child{
  width: 28%;
}
.pinkUl li img {
  max-width: 100%;
}
.pinkUl li p{
  color: #ee7972;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-top: 20px;
}
.pinkUl li span{
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  display: block;
}
.pinkUl li span em{
  display: inline-block;
  color: #ee7972;
}
.pinkItem{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pinkItem li{
  padding: 0 10px;
  box-sizing: border-box;
}
.pinkItem li p{
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.pinkItem li img {
  max-width: 100%;
}
.pcblock{
  display: block;
}
.spblock{
  display: none;
}
@media screen and (max-width: 768px) {
.pcblock{
  display: none;
}
.spblock{
  display: block;
}
  .new_function{
    padding: 0 0 120px;
    margin-bottom: 0;
  }
  
  .new_function .inline{
    width: 100%;
    padding: 0 35px;
  }

  .contents_child .head{
    margin: 0 0 45px;
  }

  .contents_child .head .title{
    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{
    width: auto;
    margin: auto;
  }

  .new_function .inline .label{
    font-size: 14px;
    padding: 7px 15px;
    margin: 0 0 25px;
    width: 100%;
  }

  .new_function .inline .step{
    width: auto;
    display: block;
    margin: 0 0 30px;
  }


  .new_function .inline .step > li:first-child::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 9px 0 9px;
    border-color: #000000 transparent transparent transparent;
    left: 50%;
    top: calc(100% + 30px);
    margin: 0 0 0 -11px;
  }

  .new_function .inline .step > li:nth-child(1),
  .new_function .inline .step > li:nth-child(2){
    width: auto;
    margin: 0 0 70px;
  }

  .new_function .inline .step > li:last-child{
    margin-bottom: 0;
  }  

  .new_function .inline .step > li:nth-child(1) img{
    width: 50%;
  }

  .new_function .inline .step > li:nth-child(2) img{
    width: 50%;
  }

  .new_function .inline .step > li .step_label{
    font-size: 17px;
    margin: 0 0 20px;
  }

  .new_function .inline .step > li .step_img{
    display: block;
    margin: 0 auto 20px;
  }

  .new_function .inline .step > li .txt_low{
    font-size: 13px;
    line-height: 20px;
  }

  .new_function .inline .notice{
    font-size: 12px;
    line-height: 19px;
    padding: 12px 15px;
    margin: 0 auto 30px;
    border: 2px solid #f00;
    border-radius: 5px;
    color: #ff0000;
  }

  .new_function .inline .notice strong{
    font-size: 15px;
    margin: 0 0 5px;
  }

  .new_function .inline .notice strong > span{
    vertical-align: middle;
  }

  .new_function .inline .notice .exc{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }

  .new_function .inline .notice .exc > span{
    font-size: 11px;
  }

  .new_function .inline .notice .exc::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: 0;  
  }  

  .new_function .btn_more{
    width: auto;
    padding: 15px 0;
    font-size: 15px;
  }

  .new_function .btn_more::after{
      width: 10px;
      height: 10px;
      right: 20px;
      margin: -5px 0 0;
  } 
  .pinkBox{
  margin: 0 0 40px;
}
.pinkBox p{
  font-size: 13px;
}
.pinkBox span{
  font-size: 11px;
}

.pinkUl{
  max-width: 160px;
  margin: 0 auto;
}
.pinkUl li{
  float: none;
  width:100%;
  padding-left: 0;
  margin-bottom: 20px;
}
.pinkUl li:first-child{
  width: 100%;
}
.pinkUl li p{
  font-size: 17px;
}
.pinkUl li span{
  font-size: 15px;
}
.pinkItem li{
  padding: 0 5px;
}
.pinkItem li p{
  font-size: 18px;
}
}