@charset "utf-8";
h1 {
  display: inline-block;
  letter-spacing: 8px!important;
}

h4 {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  line-height: 2.5;
  border-left: solid .8rem #f16b9b;
}

#point1 .owner-img {
  object-fit: cover;
  object-position: bottom;
  height: 180px;
  width: 100%;
}

.number {
  background: #ddd;
  width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #fcecf6;
  color: #f06b9b;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  background: #fcecf6;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fcecf6;
}

.balloon1 h2 {
  margin: 0;
  padding: 0;
}
.owner-illustration {
  bottom: 0;
  right: 0;  
}





.moushikomi-img {
  width: 100%;
}
.point-contract {
  background: #fff;
  border: solid #fee9e8;
}
.point-contract p:nth-child(odd) {
  background: #f483a9;
  color: #fff;
  padding: .5rem 1rem;
}
.point-contract p:nth-child(odd) {
  background: #ffe9e9;
  color: #f26b9a;
  padding: .5rem 1rem;
}
.column3 dt {
  letter-spacing: .2rem;
  line-height: 2.5;
  font-size: 1.1rem;
}
.step dt {
  letter-spacing: .2rem;
  color: #f26b9a;
  line-height: 2;
  margin-bottom: 1rem;
  background: #ffe9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.step dt span {
  font-size: .8rem;
}

@media (min-width: 576px) {
  .w-600 { width: 600px;}
  .application {
    width: 49%!important;
  }
  .application.addto {
    width: 60%!important;
  }
  .moushikomi-img {
    width: 500px;
  }
  #link li {
    width: 32%;
  }
  #point1 .owner-img {
    height: auto;
  }
}