@charset "UTF-8";

#main-contents {
  margin: 0;
}

#section {
  background: #FFE8F2;
  overflow: hidden;
  font-weight: 400;
  font-size: .9em;
  letter-spacing: 0;
}

#section .container {
  background: #F9D4E4;
  width: 480px;
  max-width: 100%;
  height: 100%;
  padding: 0 0 6%;
  text-align: center;
}
#section .inner {
  background: #FFF;
  border-radius: .75em;
  width: 88%;
  margin: calc(3% + 2em) auto;
  padding: 7% 0;
  position: relative;
}
#section .inner .inner {
  margin: 0 auto;
  padding: 4% 0;
}

#section .inner .step {
  width: 4em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -50%);
}

#section #mv {
  margin-bottom: 16%;
}
#section #cont1 {

}
#section #cont2 {

}
#section #cont3 {

}
#section #cont4 {

}
#section #cont5 .inner .inner {
  padding: 1% 0;
}
#section #cont5 h3 {
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 1.5px solid #C83B59;
  margin-bottom: 1em;
  padding: .25em;
}
#section #cont5 ul {
  list-style-type: none;
}
#section #cont5 ul li {
  
}

#section small {
  display: block;
  font-size: .8em;
  margin-bottom: .5em;
}

#section .button {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: right 6% top 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.414%22%20height%3D%2218.414%22%20viewBox%3D%220%200%2018.414%2018.414%22%3E%3Cpath%20d%3D%22M10%2C6H6A2%2C2%2C0%2C0%2C0%2C4%2C8V18a2%2C2%2C0%2C0%2C0%2C2%2C2H16a2%2C2%2C0%2C0%2C0%2C2-2V14M14%2C4h6m0%2C0v6m0-6L10%2C14%22%20transform%3D%22translate(-3%20-2.586)%22%20fill%3D%22none%22%20stroke%3D%22%2310185b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
  background-size: .8em;
  color: #10185B;
  border: 1px solid currentColor;
  border-radius: .25em;
  margin: .75em auto;
  padding: .6em;
  position: relative;
}
#section .button:hover {
  color: #C83B59;
}
#section .button:hover {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.414%22%20height%3D%2218.414%22%20viewBox%3D%220%200%2018.414%2018.414%22%3E%3Cpath%20d%3D%22M10%2C6H6A2%2C2%2C0%2C0%2C0%2C4%2C8V18a2%2C2%2C0%2C0%2C0%2C2%2C2H16a2%2C2%2C0%2C0%2C0%2C2-2V14M14%2C4h6m0%2C0v6m0-6L10%2C14%22%20transform%3D%22translate(-3%20-2.586)%22%20fill%3D%22none%22%20stroke%3D%22%23C83B59%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}

#section .link {
  color: #2E3CFF;
  text-decoration: underline;
}