@charset "UTF-8";

.container {
  font-family: 'Noto Sans JP',
    sans-serif;
}

.bgpink {
  background-color: #FBE4EE;
  width: 100%;
  padding: 50px 0;
}

.st-pre p {
  font-size: 16px;
  line-height: 26px;
}

#sq1 img.topmv {
  max-width: 430px;
}

.border-dot1 {
  background-image: url("../img/underline_dot_p.png");
  background-repeat: repeat no-repeat;
  background-position: left bottom;
}

.st-point-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.st-point {
  display: flex;
  margin-bottom: 15px;
}

.st-point.left-img {
  flex-direction: row-reverse;
}

.stp-1st {
  width: 60%;
}

.stp-2nd {
  width: 40%;
  text-align: center;
}

.stp-1st,
.stp-2nd {
  padding: 15px;
}

.stp-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.stp-title img {
  margin-right: 15px;
  max-width: 88px;
}

.st-flow {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.st-flow div {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background-color: #fff;
}

.st-flow div:last-child {
  margin-right: 0;
}

.st-qa {
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
  list-style: none;
  margin: auto;
}

.dot_wp {
  height: 5px;
  width: 75%;
  margin: 5px auto;
  background-image: url(../img/underline_dot_wp.png);
  background-repeat: repeat no-repeat;
  border: none;
}

.st-qa li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.st-qa li p {
  margin-bottom: 0;
}

.st-qa li p:first-child {
  font-weight: bold;
}

.st-qa li img {
  margin-right: 15px;
  max-width: 55px;
}


.btm_fix_menu img {
  max-width: 320px;
}

.add_menu img {
  max-width: 600px;
}

@media (max-width: 575.98px) {

  .st-pre p {
    font-size: 15px;
    line-height: 20px;
  }

  .sp-pad-x {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sp-text-left {
    text-align: left;
  }

  .st-point {
    flex-wrap: wrap;
  }

  .stp-1st,
  .stp-2nd {
    width: 100%;
    padding: 3px;
  }

  .stp-2nd {
    margin-bottom: 10px;
  }

  .st-point.left-img {
    flex-direction: column;
  }

  .stp-title img {
    max-width: 60px;
  }

  .stp-title h3 {
    font-size: 19px;
  }

  .st-flow {
    flex-wrap: wrap;
  }

  .st-flow div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btm_fix_menu {
    text-align: left;
  }

  .btm_fix_menu img {
    max-width: 77%;
    margin-left: 3%;
  }

  .add_menu img {
    max-width: 98%;
  }

  #sq1 img.topmv {
    max-width: 90%;
  }





}