@charset "utf-8";

.snl_mv_ttl {
  padding: 0 0 40px;
}
.form_result {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 6px 4px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 10px auto 0;
  padding: 16px 8px;
  max-width: 90%;
  position: relative;
}
.snl_function_form_item .form_result {
  max-width: 100%;
}
.form_result p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 16px;
  text-align: center;
}
.form_result ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 16px;
}
.form_result ul li:nth-child(1) {
  width: 18.3%;
}
.form_result ul li:nth-child(2) {
  width: 32.6%;
}
.form_result ul li:nth-child(3) {
  width: 23.7%;
}
.form_result ul li:nth-child(4) {
  width: 24.7%;
}
.form_result ul li:nth-child(5) {
  width: 20.2%;
}
.form_result ul li img {
  display: block;
}
.form_result .caution {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  right: 4px;
}

@media screen and (min-width: 769px) {

  .snl_mv_ttl {
    padding: 0;
  }
  .form_result {
    padding: 16px 24px 24px!important;
    max-width: 100%;
  }
  .form_result p {
    font-size: 22px;
    margin: 0 0 10px!important;
  }
  .form_result p br {
    display: none;
  }
  .form_result ul {
    gap: 2.6%;
  }
  .form_result ul li:nth-child(1) {
    width: 12%;
  }
  .form_result ul li:nth-child(2) {
    width: 22.5%;
  }
  .form_result ul li:nth-child(3) {
    width: 18.6%;
  }
  .form_result ul li:nth-child(4) {
    width: 16%;
  }
  .form_result ul li:nth-child(5) {
    width: 14%;
  }
  .form_result ul li img {
    display: block;
  }
  

  .form_result .caution {
    font-size: 12px;
    bottom: 6px;
    right: 6px;
  }
  .disp_pc form {
    height: 100%;
  }
  .elq-form .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .elq-form .row {
    display: block;
  }
  .snl_formco_txt02 {
    margin: 16px 0;
  }
  .elq-form .row:last-of-type {
    margin-top: auto;
  }
  .elq-form .col-sm-12 .row {
  }
  .snl_feature_txt_01 {
    margin-bottom: 60px;
  }
  .snl_function_form_item {
    width: 65.23%;
  }
  .snl_cont_ttl {
    margin-bottom: 30px;
  }
  .snl_function_form_item .form_result {
    margin-top: 40px;
  }
}