/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Media Queries */
.inner_mod {
  margin: auto;
  width: 80%;
  max-width: 1024px;
}

.ttlh2_mod {
  margin-bottom: 40px;
  font-family: "YuGothicB", sans-serif;
  font-size: 40px;
  color: #000000;
  text-align: center;
  line-height: 1.2;
}

.txt_mod {
  font-family: "YuGothicB", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}

.blue_bold {
  color: #5969AD;
}

.red_bold {
  color: #C45252;
}

.sec_mv {
  position: relative;
}
.sec_mv .mv_img img {
  filter: brightness(50%);
}
.sec_mv h1 {
  font-family: "YuGothicB", sans-serif;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_mv .mv_context {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65.625%;
  max-width: 840px;
  text-align: left;
  bottom: 68px;
}
.sec_mv .mv_context p {
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 2.5;
  margin-bottom: 20px;
}
.sec_mv .mv_context span {
  font-family: "YuGothicM", sans-serif;
  font-size: 10px;
  color: #ffffff;
  display: block;
}

.sec_method {
  min-height: 1344px;
  background: url("/taiyoukou/assets/images/corporateppa/img_method_bg.jpg") no-repeat;
  background-size: 100%;
  padding-top: 105px;
}
.sec_method .inner_mod .ttlh2_mod {
  color: #ffffff;
}
.sec_method .inner_mod .txt_mod {
  margin: 0 auto 65px;
  width: 89.0625%;
  color: #ffffff;
}
.sec_method .inner_mod .list_method {
  justify-content: space-between;
}
.sec_method .inner_mod .list_method li {
  width: 47.265625%;
  position: relative;
  flex-direction: column;
}
.sec_method .inner_mod .list_method li h3 {
  width: 69.0082644628%;
  background-color: #E60328;
  border: 3px solid #ffffff;
  border-radius: 28px;
  padding: 15px 10px;
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  font-family: "YuGothicB", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.sec_method .inner_mod .list_method li .img_method {
  width: 100%;
  margin-bottom: 30px;
}
.sec_method .inner_mod .list_method li .img_method img {
  border-radius: 16px;
}
.sec_method .inner_mod .list_method li .btn_method {
  position: absolute;
  width: 100%;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 16px;
}
.sec_method .inner_mod .list_method li .btn_method a {
  width: 69.4214876033%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: 12px 10px;
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.sec_method .inner_mod .list_method li p {
  font-family: "YuGothicB", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}

.sec_about {
  margin-top: -516px;
  padding: 105px 0;
  width: 96.25%;
  background-color: #D5D5D5;
  border-radius: 0 32px 32px 0;
}
.sec_about .inner_mod {
  width: 83.1168831169%;
}
.sec_about .inner_mod .txt_mod {
  margin: 0 auto 45px;
  width: 89.0625%;
  font-family: "YuGothicM", sans-serif;
}
.sec_about .inner_mod .txt_mod span {
  font-size: 14px;
  font-family: "YuGothicB", sans-serif;
}
.sec_about .inner_mod .container_about {
  width: 100%;
}
.sec_about .inner_mod .container_about .item_about {
  margin-bottom: 40px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 32px;
}
.sec_about .inner_mod .container_about .item_about h3 {
  font-family: "YuGothicB", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}
.sec_about .inner_mod .container_about .item_about .img_about {
  margin-bottom: 32px;
}
.sec_about .inner_mod .container_about .item_about p {
  font-family: "YuGothicM", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}
.sec_about .inner_mod .container_about .item_about span {
  font-family: "YuGothicM", sans-serif;
  font-size: 10px;
}
.sec_about .inner_mod .comparison_content {
  margin-bottom: 70px;
}
.sec_about .inner_mod .comparison_content h3 {
  font-family: "YuGothicB", sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sec_about .inner_mod .comparison_content h3 span {
  font-family: "YuGothicB", sans-serif;
  font-size: 24px;
}
.sec_about .inner_mod .comparison_content .list_table li {
  width: 50%;
}
.sec_about .inner_mod .comparison_content .list_table li h4 {
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  padding: 11px;
}
.sec_about .inner_mod .comparison_content .list_table li .table_content dl {
  display: flex;
  flex-wrap: wrap;
  min-height: 65px;
}
.sec_about .inner_mod .comparison_content .list_table li .table_content dl dt,
.sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec_about .inner_mod .comparison_content .list_table li .table_content dl dt {
  width: 31.25%;
  color: #ffffff;
  background: #656464;
  border-bottom: 1px solid #ffffff;
  margin-left: -80px;
}
.sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
  width: 84.375%;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #000000;
}
.sec_about .inner_mod .comparison_content .list_table li .table_content dl:last-child dt,
.sec_about .inner_mod .comparison_content .list_table li .table_content dl:last-child dd {
  border-bottom: 0;
}
.sec_about .inner_mod .comparison_content .list_table li.table01 h4 {
  background: #5969AD;
}
.sec_about .inner_mod .comparison_content .list_table li.table01 .table_content dl dt {
  display: none;
}
.sec_about .inner_mod .comparison_content .list_table li.table02 h4 {
  background: #C45252;
}
.sec_about .inner_mod .about_link {
  text-align: center;
}
.sec_about .inner_mod .about_link .btn_rounded {
  width: 450px;
  margin-bottom: 40px;
}
.sec_about .inner_mod .about_link .link_note a {
  display: inline-block;
  font-family: "YuGothicB", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
.sec_about .inner_mod .about_link .link_note a:hover {
  border-bottom: none;
}

.sec_solution {
  position: relative;
  padding: 110px 0;
}
.sec_solution .inner_mod {
  width: 71.25%;
  max-width: 912px;
}
.sec_solution .inner_mod .ttlh2_mod {
  text-align: left;
}
.sec_solution .inner_mod .txt_mod {
  width: 77%;
  margin-bottom: 25px;
}
.sec_solution .inner_mod .txt_solution_note {
  font-family: "YuGothicM", sans-serif;
  font-size: 10px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 45px;
}
.sec_solution .inner_mod .list_solution {
  justify-content: space-between;
}
.sec_solution .inner_mod .list_solution li {
  width: 49.1228070175%;
  background: #D5D5D5;
  border-radius: 10px;
  padding: 30px 25px;
}
.sec_solution .inner_mod .list_solution li h3 {
  font-family: "YuGothicB", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}
.sec_solution .inner_mod .list_solution li .solution_wrap {
  justify-content: space-between;
}
.sec_solution .inner_mod .list_solution li .solution_wrap .img_solution {
  width: 54.2713567839%;
}
.sec_solution .inner_mod .list_solution li .solution_wrap .solution_content {
  width: 40%;
}
.sec_solution .inner_mod .list_solution li .solution_wrap .solution_content p {
  font-family: "YuGothicM", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
}
.sec_solution .bg_solution {
  position: absolute;
  background: #E60328;
  width: 28.125%;
  height: 845px;
  right: 0;
  top: -350px;
  z-index: -1;
}

.sec_step {
  padding-bottom: 110px;
}
.sec_step .inner_mod {
  width: 71.25%;
  max-width: 912px;
}
.sec_step .inner_mod .txt_mod {
  margin-bottom: 60px;
}
.sec_step .inner_mod .img_step {
  width: 100%;
  margin-bottom: 80px;
}
.sec_step .inner_mod .mod_btn {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1240px) {
  .ttlh2_mod {
    margin-bottom: 3.90625vw;
    font-size: 3.90625vw;
  }
  .txt_mod {
    font-size: 1.3671875vw;
  }
  .sec_mv h1 {
    font-size: 3.90625vw;
    top: 40%;
  }
  .sec_mv .mv_context {
    bottom: 6.640625vw;
  }
  .sec_mv .mv_context p {
    font-size: 1.5625vw;
    margin-bottom: 1.953125vw;
  }
  .sec_mv .mv_context span {
    font-size: 0.9765625vw;
  }
  .sec_method {
    min-height: 131.25vw;
    padding-top: 10.25390625vw;
  }
  .sec_method .inner_mod .txt_mod {
    margin: 0 auto 6.34765625vw;
  }
  .sec_method .inner_mod .list_method li h3 {
    width: 74%;
    border: 0.29296875vw solid #ffffff;
    border-radius: 2.734375vw;
    padding: 1.46484375vw 0.9765625vw;
    top: -2.734375vw;
    font-size: 1.953125vw;
  }
  .sec_method .inner_mod .list_method li .img_method {
    margin-bottom: 2.9296875vw;
  }
  .sec_method .inner_mod .list_method li .img_method img {
    border-radius: 1.5625vw;
  }
  .sec_method .inner_mod .list_method li .btn_method {
    top: 52%;
    gap: 1.5625vw;
  }
  .sec_method .inner_mod .list_method li .btn_method a {
    border-radius: 2.1484375vw;
    padding: 1.171875vw 0.9765625vw;
    font-size: 1.5625vw;
  }
  .sec_method .inner_mod .list_method li p {
    font-size: 1.3671875vw;
  }
  .sec_about {
    margin-top: -50.390625vw;
    padding: 10.25390625vw 0;
    border-radius: 0 3.125vw 3.125vw 0;
  }
  .sec_about .inner_mod .txt_mod {
    margin: 0 auto 4.39453125vw;
  }
  .sec_about .inner_mod .txt_mod span {
    font-size: 1.3671875vw;
  }
  .sec_about .inner_mod .container_about .item_about {
    margin-bottom: 3.90625vw;
    padding: 5.859375vw;
    border-radius: 3.125vw;
  }
  .sec_about .inner_mod .container_about .item_about h3 {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .sec_about .inner_mod .container_about .item_about .img_about {
    margin-bottom: 3.125vw;
  }
  .sec_about .inner_mod .container_about .item_about p {
    font-size: 1.5625vw;
    margin-bottom: 2.44140625vw;
  }
  .sec_about .inner_mod .container_about .item_about span {
    font-size: 0.9765625vw;
  }
  .sec_about .inner_mod .comparison_content {
    margin-bottom: 6.8359375vw;
  }
  .sec_about .inner_mod .comparison_content h3 {
    font-size: 2.34375vw;
    margin-bottom: 2.9296875vw;
  }
  .sec_about .inner_mod .comparison_content h3 span {
    font-size: 2.34375vw;
  }
  .sec_about .inner_mod .comparison_content .list_table li h4 {
    font-size: 1.5625vw;
    padding: 1.07421875vw;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl {
    min-height: 6.34765625vw;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dt,
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
    font-size: 1.5625vw;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dt {
    border-bottom: 0.09765625vw solid #ffffff;
    margin-left: -15.7%;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
    border-bottom: 0.09765625vw solid #000000;
  }
  .sec_about .inner_mod .about_link .btn_rounded {
    width: 43.9453125vw;
    margin-bottom: 3.90625vw;
  }
  .sec_about .inner_mod .about_link .link_note a {
    font-size: 1.5625vw;
    border-bottom: 0.09765625vw solid #000000;
    padding-bottom: 0.48828125vw;
  }
  .sec_solution {
    padding: 10.7421875vw 0;
  }
  .sec_solution .inner_mod .txt_mod {
    margin-bottom: 2.44140625vw;
  }
  .sec_solution .inner_mod .txt_solution_note {
    font-size: 0.9765625vw;
    margin-bottom: 4.39453125vw;
  }
  .sec_solution .inner_mod .list_solution li {
    border-radius: 0.9765625vw;
    padding: 2.9296875vw 2.44140625vw;
  }
  .sec_solution .inner_mod .list_solution li h3 {
    font-size: 2.34375vw;
    margin-bottom: 2.44140625vw;
  }
  .sec_solution .inner_mod .list_solution li .solution_wrap .solution_content p {
    font-size: 1.3671875vw;
  }
  .sec_solution .bg_solution {
    height: 82.51953125vw;
    top: -34.1796875vw;
  }
  .sec_step {
    padding-bottom: 10.7421875vw;
  }
  .sec_step .inner_mod .txt_mod {
    margin-bottom: 5.859375vw;
  }
  .sec_step .inner_mod .img_step {
    margin-bottom: 7.8125vw;
  }
}
/*For SP*/
@media (max-width: 767px) {
  .inner_mod {
    width: 79.1666666667%;
    max-width: 608px;
  }
  .ttlh2_mod {
    margin-bottom: 0.6rem;
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .txt_mod {
    font-size: 0.24rem;
  }
  .custom_scroll {
    overflow-x: scroll;
    padding-bottom: 0.5rem;
  }
  .custom_scroll::-webkit-scrollbar {
    height: 0.08rem;
  }
  .custom_scroll::-webkit-scrollbar-track {
    border-radius: 0.08rem;
    background: #D5D5D5;
  }
  .custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 0.08rem;
    background: #E60328;
  }
  .custom_scroll img {
    width: 15.26rem;
  }
  .custom_scroll .scroll-hint-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    background: #2B2B2B;
    padding: 0.3rem 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0.3rem;
  }
  .custom_scroll .scroll-hint-icon::before {
    width: 0.72rem;
    height: 1.01rem;
    background-image: url(/taiyoukou/assets/images/common/icon_scroll_pointer.png);
    background-size: 100% auto;
  }
  .custom_scroll .scroll-hint-icon::after {
    width: 1.04rem;
    height: 0.15rem;
    background-image: url(/taiyoukou/assets/images/common/icon_scroll_arrow.png);
    background-size: 100% auto;
    margin-left: -0.1rem;
    top: 0.5rem;
    transform: translateX(-50%);
  }
  .custom_scroll .scroll-hint-icon .scroll-hint-text {
    display: none;
  }
  .sec_mv h1 {
    width: 100%;
    font-size: 0.56rem;
    text-align: center;
    top: 42%;
  }
  .sec_mv .mv_context {
    width: 79.1666666667%;
    max-width: 608px;
    bottom: 1.1rem;
  }
  .sec_mv .mv_context p {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .sec_mv .mv_context span {
    font-size: 0.2rem;
  }
  .sec_method {
    padding-top: 1.1rem;
    min-height: 22.8rem;
    background: url("/taiyoukou/assets/images/corporateppa/img_method_bg_sp.jpg") no-repeat;
    background-size: 100%;
  }
  .sec_method .inner_mod .txt_mod {
    margin: 0 auto 0.8rem;
    width: 100%;
  }
  .sec_method .inner_mod .list_method {
    flex-direction: column;
    gap: 0.8rem;
  }
  .sec_method .inner_mod .list_method li {
    width: 100%;
  }
  .sec_method .inner_mod .list_method li h3 {
    width: 68.9144736842%;
    border: 0.03rem solid #ffffff;
    border-radius: 0.35rem;
    padding: 0.18rem 0.1rem;
    top: -0.35rem;
    font-size: 0.28rem;
  }
  .sec_method .inner_mod .list_method li .img_method {
    margin-bottom: 0.3rem;
  }
  .sec_method .inner_mod .list_method li .img_method img {
    border-radius: 0.16rem;
  }
  .sec_method .inner_mod .list_method li .btn_method {
    top: 2.8rem;
    gap: 0.2rem;
  }
  .sec_method .inner_mod .list_method li .btn_method a {
    width: 85%;
    border-radius: 0;
    padding: 0.13rem 0.1rem;
    font-size: 0.24rem;
  }
  .sec_method .inner_mod .list_method li p {
    font-size: 0.24rem;
    line-height: 2;
  }
  .sec_about {
    margin-top: -3.8rem;
    padding: 1.1rem 0;
    width: 94.7916666667%;
    border-radius: 0 0.32rem 0.32rem 0;
  }
  .sec_about .inner_mod {
    width: 83.5164835165%;
  }
  .sec_about .inner_mod .txt_mod {
    margin: 0 auto 0.6rem;
    width: 100%;
  }
  .sec_about .inner_mod .txt_mod span {
    font-size: 0.24rem;
  }
  .sec_about .inner_mod .container_about .item_about {
    margin-bottom: 0.4rem;
    border-radius: 0.32rem;
    padding: 0.8rem 0.4rem;
  }
  .sec_about .inner_mod .container_about .item_about h3 {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .sec_about .inner_mod .container_about .item_about .img_about {
    width: 5.68rem;
    margin-bottom: 0.5rem;
  }
  .sec_about .inner_mod .container_about .item_about p {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .sec_about .inner_mod .container_about .item_about span {
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .sec_about .inner_mod .comparison_content {
    margin-bottom: 0.6rem;
  }
  .sec_about .inner_mod .comparison_content h3 {
    font-size: 0.4rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
  }
  .sec_about .inner_mod .comparison_content h3 span {
    font-size: 0.4rem;
  }
  .sec_about .inner_mod .comparison_content .list_table li {
    width: 100%;
  }
  .sec_about .inner_mod .comparison_content .list_table li h4 {
    font-size: 0.28rem;
    padding: 0.23rem;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl {
    min-height: 0.88rem;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dt, .sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
    font-size: 0.23rem;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dt {
    width: 22.3684210526%;
    border-bottom: 0.02rem solid #ffffff;
    margin-left: 0;
  }
  .sec_about .inner_mod .comparison_content .list_table li .table_content dl dd {
    width: 77.6315789474%;
    border-bottom: 0.02rem solid #000000;
    text-align: left;
    padding: 0 0.2rem;
    justify-content: flex-start;
  }
  .sec_about .inner_mod .comparison_content .list_table li.table01 {
    margin-bottom: 0.3rem;
  }
  .sec_about .inner_mod .comparison_content .list_table li.table01 .table_content dl dt {
    display: flex;
  }
  .sec_about .inner_mod .about_link .btn_rounded {
    min-width: 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sec_about .inner_mod .about_link .link_note a {
    font-size: 0.28rem;
    border-bottom: 0.01rem solid #000000;
    padding: 0 0 0.06rem 0.15rem;
    text-indent: -0.15rem;
    text-align: left;
  }
  .sec_solution {
    padding: 1.2rem 0;
  }
  .sec_solution .inner_mod {
    width: 79.1666666667%;
  }
  .sec_solution .inner_mod .txt_mod {
    width: 90%;
    margin-bottom: 0.25rem;
  }
  .sec_solution .inner_mod .txt_solution_note {
    font-size: 0.2rem;
    margin-bottom: 0.45rem;
  }
  .sec_solution .inner_mod .list_solution li {
    width: 100%;
    border-radius: 0.16rem;
    padding: 0.5rem 0.32rem;
    margin-bottom: 0.3rem;
  }
  .sec_solution .inner_mod .list_solution li:last-child {
    margin-bottom: 0;
  }
  .sec_solution .inner_mod .list_solution li h3 {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .sec_solution .inner_mod .list_solution li .solution_wrap .img_solution {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .sec_solution .inner_mod .list_solution li .solution_wrap .solution_content {
    width: 100%;
  }
  .sec_solution .inner_mod .list_solution li .solution_wrap .solution_content p {
    font-size: 0.24rem;
  }
  .sec_solution .bg_solution {
    width: 14.5833333333%;
    height: 16.35rem;
    top: -3.5rem;
  }
  .sec_step {
    padding-bottom: 1.35rem;
  }
  .sec_step .inner_mod {
    width: 83.0729166667%;
  }
  .sec_step .inner_mod .txt_mod {
    margin-bottom: 0.7rem;
  }
  .sec_step .inner_mod .img_step {
    width: 6.88rem;
    margin-bottom: 1.3rem;
  }
  .sec_step .inner_mod .mod_btn .btn_rounded {
    min-width: 100%;
  }
}

/*# sourceMappingURL=corporateppa.css.map */
