@charset "utf-8";
h1 {
  display: inline-block;
  /*color: #f16b9b!important;*/
  letter-spacing: 8px!important;
  /*text-shadow: 
    2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px 0px 1px #ffffff,
    0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff,
    0px -2px 1px #ffffff;*/
}
h2 { 
  font-size: 1rem;
  line-height: 1.5;
}
h3 { 
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  line-height: 2.5;
  border-left: solid .8rem #f16b9b;
}
.w-600 { width: 100%;}

.point {
  width: 80px;
  top: -45px;
  right: 0;
  left: 0;
}
#point1-link,
#point2-link,
#point3-link,
#point4-link {
  height: 100px;
  margin-top: -100px;
}
#link li {
  width: 100%;
  text-align: center;
  margin: .1rem;
}
.application {
  background: #fff;
  padding: 1rem;
  border: solid #f06b9b 1px;
  border-radius: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.application dt {
  font-size: 1.2rem;
  letter-spacing: .2rem;
  margin-bottom: .8rem;
}
.application dt span {
  font-size: .8rem;
}
.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%;
  }
}