@charset "utf-8";

.section .st {
  margin-bottom: 20px;
}

.section .change_contents {
  position: relative;
}

.sec_setting .pt {
  margin: 20px 0 50px;
}

.sec_setting .head_msg {
  margin-bottom: 90px;
}

.sec_guide .summary {
  line-height: 1.6;
}

.sec_caution .summary {
  margin-bottom: 70px;
  line-height: 1.6;
}

@media (max-width: 599px) {
  .sec_setting .pt {
    margin-bottom: 30px;
  }

  .sec_setting .head_msg {
    margin-bottom: 50px;
  }

  .section .st {
    margin-bottom: 20px;
  }

  .mgb30 {
    margin: 0 !important;
  }
}

@media (max-width: 329px) {
  #target_list .btn_style-01 a {
    font-size: 13px;
  }
}