@charset "utf-8";

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

.sec_feature .pt {
  margin: 20px 0 60px;
}

.sec_feature .st {
  margin-bottom: 100px;
}

.sec_feature .num_box {
  position: relative;
  z-index: 5;
}

.sec_feature .pierce {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border: none;
}

.sec_feature .num_box .row {
  overflow: inherit;
}

.sec_feature .num_box .col_wrap {
  position: relative;
  top: -60px;
  z-index: 5;
  margin-bottom: -60px;
}

.sec_feature .num_box .col-4 .num {
  width: 160px;
  margin: 0 auto 20px;
  line-height: 120px;
  text-align: center;
  font-size: 66px;
  color: #fff;
  border-radius: 60px;
}

.sec_feature .num_box .col-4 .mt {
  height: 44px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

.sec_feature .num_box .col-4:nth-child(2) .mt {
  line-height: 44px;
}

.sec_feature .num_box .col-4 .summary small {
  font-size: 12px;
  line-height: 1.6;
}

.sec_control .summary {
  margin-bottom: 20px;
}

.sec_server .col-2 {
  width: 380px;
  margin-right: 20px;
  padding: 30px 30px 0;
  text-align: center;
  background: #fff;
}

.sec_server .col-2 .trial_apply .btn {
  width: 380px;
}

.sec_server .col-2 .trial_apply .btn a {
  font-size: 18px;
  padding: 10px 0;
}

.sec_server .col-2 .trial_apply .btn a i {
  font-size: 24px;
}

.sec_server .col-2 .caption {
  font-size: 24px;
}

.sec_server .col-2 .caption p {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 10px;
}

.sec_server .col-2 p.txt {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.sec_server .col-2 img {
  padding: 30px 0;
}

.sec_server ul.flow {
  display: flex;
  justify-content: space-between;
}

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

.sec_control .summary {
  margin-bottom: 40px;
}

.sec_control .figure {
  margin-bottom: 40px;
}

.sec_control .link {
  margin-bottom: 10px;
  text-align: center;
}

.sec_caution .st i {
  color: #ffb626;
}

.sec_caution ul {
  margin-bottom: 80px;
}

/* Responsive PC(-960) */
@media screen and (min-width: 960px) {
  .row .col_wrap {
    width: 990px;
    margin-right: -30px;
  }

  .row .col-4 {
    float: left;
    width: 300px;
    margin-right: 30px;
  }

  ul.case-ex_area {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
  }

  ul.case-ex_area li {
    position: relative;
  }

  ul.case-ex_area li.case-ex_1 img,
  ul.case-ex_area li.case-ex_1 p {
    width: 220px;
  }

  ul.case-ex_area li.case-ex_2 img,
  ul.case-ex_area li.case-ex_2 p {
    width: 300px;
  }

  ul.case-ex_area li.case-ex_3 img,
  ul.case-ex_area li.case-ex_3 p {
    width: 380px;
  }

  ul.case-ex_area li p {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 1rem;
  }

  ul.case-ex_area li i {
    font-size: 4rem;
    position: absolute;
    top: 40%;
    right: -22px;
    color: #959595;
  }
}

/* Responsive Tablet/Smartphone(-959) */
@media screen and (max-width: 959px) {
  .row .col_wrap {
    width: 100%;
  }

  .sec_feature .num_box .col-4 .mt {
    font-size: 17px;
  }

  .sec_server .col-2 {
    width: 100%;
    margin-right: 0;
    padding: 30px 0 0;
  }

  .sec_server .col-2 .trial_apply .btn {
    width: 100%;
  }

  .sec_feature .num_box .col-4 .summary small {
    display: block;
    margin-top: 5px;
    line-height: 1.5;
  }

  ul.case-ex_area {
    display: block;
    margin: 3rem 0 0;
  }

  ul.case-ex_area li {
    width: 100%;
    margin-bottom: 2rem;
  }

  ul.case-ex_area li img {
    display: block;
    margin: 0 auto;
  }

  ul.case-ex_area li p {
    display: block;
    margin: 1rem auto 0;
    text-align: center;
  }

  ul.case-ex_area li i {
    display: none;
  }
}

/* Responsive Extra(-779) */
@media (max-width: 779px) {
  .sec_feature .pierce {
    display: none;
  }

  .sec_server ul.flow {
    display: block;
  }

  .sec_server .col-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0 0;
  }

  .sec_control .msg {
    margin-bottom: 50px;
  }

  .row .col-4 {
    margin-top: 30px;
  }

  .sec_feature .num_box {
    position: static;
  }

  .sec_feature .num_box .col-4 .mt {
    margin-bottom: 10px;
    height: auto;
    line-height: auto;
  }

  .sec_feature .num_box .col-4:nth-child(2) .mt {
    line-height: 30px;
  }

  .sec_feature .num_box .col-4 .num {
    font-size: 50px;
    line-height: 80px;
    border-radius: 40px;
  }

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

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

  .sec_feature .num_box .col_wrap {
    position: static;
    top: 0;
    margin-bottom: 0;
  }

  h4.headline_03 {
    font-size: 18px;
  }
}

/* Responsive Smartphone(-599) */
@media (max-width: 599px) {
  .table_style-07 tbody tr th {
    width: 40%;
  }

  ul.case-ex_area li.case-ex_1 img {
    width: 50%;
  }

  ul.case-ex_area li.case-ex_2 img,
  ul.case-ex_area li.case-ex_3 img {
    width: 70%;
  }

  ul.case-ex_area li.case-ex_1 p,
  ul.case-ex_area li.case-ex_2 p,
  ul.case-ex_area li.case-ex_3 p {
    width: 90%;
  }
}

/* Responseive Tablet (789-959) */
@media (max-width: 959px) and (min-width: 789px) {
  .row .col_wrap {
    width: 98%;
    margin: 0 auto;
  }

  .row .col-4 {
    float: left;
    width: 30%;
    margin-right: 5%;
  }

  .in_section {
    margin: 0 2%;
  }

  .row .col-4.last-col4 {
    margin-right: 0;
  }

  .sec_server .col-2 {
    width: 43%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0 0;
  }
}

/* Responsive Smartphone(-320) */
@media (max-width: 320px) {
  .section .ls {
    letter-spacing: -0.07em;
  }
}