@charset "UTF-8";

body {
  position: relative;
}
.main_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main_wrapper .mv_wraper {
  position: relative;
}
.main_wrapper .mv_wraper .mv_img {
  max-height: 450px;
}
.main_wrapper .mv_wraper .mv_img img {
  width: 100vw;
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.main_wrapper .mv_wraper .mv_txt {
  color: #fff;
  position: absolute;
  top: min(70 / 1920 * 100vw, 70px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-left: max(-120 / 1200 * 100vw, -120px);
}
.main_wrapper .mv_wraper .mv_txt .service_flex {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  margin-bottom: 20px;
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap .service_mv_img {
  width: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap span {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-right: 8px;
}
.main_wrapper .mv_wraper h1 {
  font-size: clamp(1.875rem, 0.319rem + 3.24vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 10px;
}
.main_wrapper .mv_wraper .mv_ttl {
  font-size: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 5px;
}
.main_wrapper .mv_wraper .mv_com {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.main_wrapper .service-menu_wrap li:last-child a {
  background-color: #fff;
  cursor: default;
}
.main_wrapper .service-menu_wrap li:last-child a:hover {
  opacity: 1;
}
.main_wrapper .service-menu_wrap li:last-child a .svc-curve svg path {
  fill: #fff;
}
.main_wrapper .service-menu_wrap li:last-child a .svc-badge-text, .main_wrapper .service-menu_wrap li:last-child a .menu_ttl_wrap p {
  color: #f35f0c;
}
.main_wrapper .service-menu_wrap li:last-child a .menu_ttl_wrap figure.menu_ico_show {
  display: none;
}
.main_wrapper .service-menu_wrap li a .menu_ttl_wrap figure.menu_ico_trouble-110 {
  display: block;
}

.main_contents .menu_wrapper {
  margin: 180px 0 100px;
  border-bottom: 2px solid #f35f0c;
}
.main_contents .menu_wrap {
  max-width: 800px;
  display: flex;
  gap: 2%;
  margin: 0 auto 10px;
}
.main_contents .menu_wrap li {
  width: calc(98% / 2);
  text-align: center;
}
.main_contents .menu_wrap li a {
  margin-bottom: 10px;
}
.main_contents .menu_wrap li a .menu_txt {
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.main_contents .menu_wrap li a .menu_txt::after {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/menu_arrow_trouble-110.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.main_contents .menu_wrap li a img {
  width: 30px;
  margin: 0 auto;
}
.trouble-110_top_area {
  background-image: linear-gradient(0deg, #fbfafc 70%, transparent);
  padding-bottom: 30px;
  position: relative;
}
.trouble-110_top_area .trouble-110_diagonal_wrap {
  background-color: #f6f6f6;
  transform: rotate(-3deg);
  position: relative;
  top: min(40 / 1200 * 100vw, 40px);
  right: 0;
}
.trouble-110_top_area .trouble-110_diagonal_wrap p {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  padding: 10px 15px;
  text-align: center;
}
.trouble-110_top_area .trouble-110_diagonal_wrap p span {
  font-size: clamp(1.125rem, -0.208rem + 2.78vw, 1.875rem);
}
.trouble-110_top_area .problems_top_area {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  background-image: url("../images/trouble-110_problems_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.trouble-110_top_area .problems_top_area .problems_top {
  width: 50%;
  margin-left: auto;
  padding: clamp(0.625rem, -4.931rem + 11.57vw, 3.75rem) 0 clamp(1.25rem, -5.417rem + 13.89vw, 5rem);
}
.trouble-110_top_area .problems_top_area .problems_top h2 {
  font-size: clamp(1.5rem, -0.056rem + 3.24vw, 2.375rem);
  margin-bottom: 30px;
}
.trouble-110_top_area .problems_top_area .problems_top h2 span {
  color: #f25f0c;
}
.trouble-110_top_area .problems_top_area .problems_top .problems_txt {
  width: 80%;
}
.solution-box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #f25f0c;
  border-bottom: none;
  border-radius: 40px 40px 0 0;
  padding: 52px 8% 0;
}
.solution-box .solution-title {
  color: #f25f0c;
  font-size: clamp(1.375rem, 0.042rem + 2.78vw, 2.125rem);
  text-align: center;
  margin-bottom: 40px;
}
.solution-box .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  text-align: center;
}
.solution-box .feature-grid .feature-card {
  width: calc(85% / 4);
}
.solution-box .feature-grid .feature-card.mbt5 {
  margin-bottom: 5%;
}
.solution-box .feature-grid .feature-card .feature-text {
  font-size: clamp(0.75rem, 0.083rem + 1.39vw, 1.125rem);
}
.solution-box .feature-grid .feature-card .feature-text span {
  font-size: clamp(0.625rem, -0.042rem + 1.39vw, 1rem);
}

.lowerlayer_ttl_top {
  margin-bottom: 20px;
  text-align: center;
}
.lowerlayer_ttl_top .ttl_number {
  width: clamp(5rem, 1.667rem + 6.94vw, 6.875rem);
  margin: 0 auto 15px;
}
.lowerlayer_ttl_top h2 {
  display: inline-block;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_blue {
  color: #f25f0c;
  font-size: clamp(1.125rem, 0.542rem + 1.22vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.lowerlayer_ttl_top h2 .ttl_txt {
  font-size: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 40px;
  position: relative;
}
.lowerlayer_ttl_top h2 .ttl_txt::before {
  content: "(";
  color: #f25f0c;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  left: 0;
}
.lowerlayer_ttl_top h2 .ttl_txt::after {
  content: ")";
  color: #f25f0c;
  font-size: clamp(2.625rem, 0.625rem + 4.17vw, 5.625rem);
  font-weight: normal;
  position: absolute;
  bottom: min(2 / 1920 * 100vw, 2px);
  right: 0;
}
.lowerlayer_lead {
  margin-bottom: 60px;
  text-align: center;
}
.lowerlayer_lead .lead_ttl {
  font-size: clamp(1.125rem, 0.792rem + 0.69vw, 1.625rem);
  margin-bottom: 10px;
}
.lowerlayer_lead .lead_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}
.trouble-110_area_wrap {
  background-color: #f6f6f6;
}
.trouble-110_area {
  background-image: url("../images/trouble-110_area_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 40px 0 80px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.trouble-110_area .trouble-110_topwrap {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
.trouble-110_area .trouble-110_topwrap .dispatch_time_wrap {
  display: flex;
  align-items:flex-end;
  margin: 0 10px 0 2%;
}
.trouble-110_area .trouble-110_topwrap .dispatch_time_wrap .dispatch_time {
  font-size: clamp(1rem, -1rem + 4.17vw, 2.125rem);
  padding-left: clamp(5rem, -1.667rem + 13.89vw, 8.75rem);
  position: relative;
}
.trouble-110_area .trouble-110_topwrap .dispatch_time_wrap .dispatch_time::before {
  content: "";
  width: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);
  height: clamp(2.5rem, 0.278rem + 4.63vw, 3.75rem);
  display: inline-block;
  background-image: url("../images/dispatch_time_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.trouble-110_area .trouble-110_topwrap .dispatch_time_wrap .dispatch_time span {
  font-weight: bold;
}
.trouble-110_area .trouble-110_topwrap .dispatch_time_wrap .gst {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  margin-left: auto;
}
.trouble-110_area .trouble-110_topwrap .inspection_table {
  display: flex;
  gap: 3%;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl {
  display: flex;
  flex-direction: column;
  width: calc(94% / 3);
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dt {
  color: #fff;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  background-color: #f25f0c;
  margin-bottom: 3%;
  padding: 16px 10px;
  text-align: center;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dd {
  font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  background-color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 10px;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dd .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dd .price_wrap .sd {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-right: 2%;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dd .price_wrap .amount {
  font-size: clamp(1.125rem, 0.236rem + 1.85vw, 1.625rem);
  font-weight: 700;
}
.trouble-110_area .trouble-110_topwrap .inspection_table dl dd .com {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
}
.trouble-110_bottomwrap .reason_list {
  display: flex;
  gap: 5%;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.trouble-110_bottomwrap .reason_list li {
  width: calc(90% / 3);
}
.trouble-110_bottomwrap .reason_list .circle_wrap {
  color: #fff;
  width: clamp(5rem, 2.778rem + 4.63vw, 6.25rem);
  height: clamp(5rem, 2.778rem + 4.63vw, 6.25rem);
  background-color: #f25f0c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.trouble-110_bottomwrap .reason_list .circle_wrap .problem {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-bottom: 2px;
}
.trouble-110_bottomwrap .reason_list .circle_wrap .circle_number {
  width: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
}
.trouble-110_bottomwrap .reason_list .reason_sub_head {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
}
.trouble-110_bottomwrap .reason_list h3 {
  font-size:  clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  margin-bottom: 20px;
}
.trouble-110_bottomwrap .reason_list figure {
  width: 40%;
  margin: 0 auto 10px;
}
.trouble-110_bottomwrap .reason_list .reason_txt {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  text-align: left;
}
.example_area {
  margin: 100px 0;
}

.problem_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem_list > li {
  margin-bottom: 40px;
  position: relative;
}
.problem_list > li:last-child {
  margin-bottom: 0;
}
.problem_list > li .circle_wrap {
  color: #fff;
  width: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);
  height: clamp(3.75rem, -0.694rem + 9.26vw, 6.25rem);
  background-color: #f25f0c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: max(-20 / 1200 * 100vw, -20px);
  left: max(-20 / 1200 * 100vw, -20px);
}
.problem_list > li:nth-child(2n) .circle_wrap {
  right: max(-20 / 1200 * 100vw, -20px);
  left: auto;
}
.problem_list > li .circle_wrap .problem {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
  margin-bottom: 2px;
}
.problem_list > li .circle_wrap .circle_number {
  width: clamp(0.938rem, -1.84rem + 5.79vw, 2.5rem);
}
.problem_list > li .box_wrap {
  display: flex;
  align-items: center;
  background-color: #f8e6e0;
}
.problem_list > li:nth-child(2n) .box_wrap {
  background-color: #e2e0df;
}
.problem_list > li .box_wrap figure {
  width: 25%;
}
.problem_list > li .box_wrap .txt_wrap {
  width: 75%;
  padding: 0 5%;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.problem_list > li .box_wrap .txt_wrap .english_head {
  font-size: clamp(0.625rem, 0.403rem + 0.46vw, 0.75rem);
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.313rem, -0.799rem + 2.31vw, 0.938rem);
}
.problem_list > li .box_wrap .txt_wrap h3 {
  font-size: clamp(1rem, -0.333rem + 2.78vw, 1.75rem);
  margin-bottom: 15px;
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap > p {
  color: #fff;
  font-size: clamp(0.75rem, -0.139rem + 1.85vw, 1.25rem);
  line-height: 1.3;
  background-color: #5cc00e;
  padding: 5px 10px;
  margin-left: 20px;
  position: relative;
}
.problem_list > li .box_wrap .txt_wrap .service_head_wrap > p::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: #5cc00e;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 50%;
  transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: max(-10 / 1200 * 100vw, -10px);
}
.problem_list > li .box_wrap .txt_wrap .service_txt {
  margin-bottom: clamp(0.625rem, -0.486rem + 2.31vw, 1.25rem);
}
.problem_list > li .box_wrap .txt_wrap .arrow_txt {
  padding-left: 18px;
  position: relative;
}
.problem_list > li .box_wrap .txt_wrap .arrow_txt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: #f25f0c;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: min(6 / 1200 * 100vw, 6px);
  left: 0;
}


.qa_area {
  
}
.qa_area .lowerlayer_ttl_top {
  margin-bottom: 40px;
}
.qa_area .lowerlayer_ttl_top h2 .ttl_txt span {
  font-size: clamp(0.875rem, -1.125rem + 4.17vw, 2rem);
}
.qa_area .qa_wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.qa_area .qa_wrap .accordion_one {
  margin-bottom: 60px;
}
.qa_area .qa_wrap .accordion_one:last-of-type {
  margin-bottom: 0;
}
.qa_area .qa_wrap .accordion_header {
  color: #f25f0c;
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  padding: 0 140px 10px 30px;
  border-bottom: 4px solid #f25f0c;
  cursor: pointer;
  position: relative;
}
.qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 5px;
  margin: auto;
  background-color: #f25f0c;
  position: absolute;
  top: -8px;
  right: 40px;
  bottom: 0;
}
.qa_area .qa_wrap .accordion_header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa_area .qa_wrap .accordion_header.open::after {
  transform: rotate(0deg);
}
.accordion_one .accordion_inner {
  display: none;
}
.accordion_one .accordion_inner.stay {
  display: block;
}
.accordion_one .accordion_inner .box_one {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  padding: 20px 140px 10px 70px;
  position: relative;
}
.accordion_one .accordion_inner .box_one::before {
  content: "A";
  color: #f25f0c;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 40px;
}
.accordion_one .accordion_inner .box_one .txt_a_head {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  margin-bottom: 10px;
}
.accordion_one .accordion_inner .box_one.long_answer .txt_a_ac {
  margin-bottom: 20px;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .main_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .main_wrapper .mv_wraper .mv_img {
    max-height: none;
  }
  .main_wrapper .mv_wraper .mv_img img {
    max-height: none;
    object-fit: fill;
  }
  .main_wrapper .mv_wraper .mv_txt {
    color: #333;
    width: 80%;
    top: min(160 / 768 * 100vw, 160px);
    left: min(80 / 768 * 100vw, 80px);
    transform: none;
    margin: 0;
  }
  .main_wrapper .mv_wraper .mv_txt .service_flex {
    display: block;
    margin-bottom: 5px;
  }
  .main_wrapper .mv_wraper .mv_txt .service_flex .service_mv_wrap {
    margin: 0;
  }
  .main_wrapper .mv_wraper h1 {
    font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
    margin-bottom: 4px;
  }
  .main_wrapper .mv_wraper .mv_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .main_wrapper .mv_wraper .mv_com {
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
  }
  .lowerlayer_lead .lead_ttl {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
  }
  .lowerlayer_ttl_top .ttl_number {
    width: 60px;
  }
  .lowerlayer_ttl_top h2 .ttl_txt {
    padding: 0;
  }
  .lowerlayer_ttl_top h2 .ttl_txt::before, .lowerlayer_ttl_top h2 .ttl_txt::after {
    content: none;
  }
  .lowerlayer_lead .lead_ttl {
    line-height: 1.5;
  }
  .lowerlayer_lead .lead_txt {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .trouble-110_area {
    background-image: none;
  }
  .trouble-110_top_area .trouble-110_diagonal_wrap {
    top: min(80 / 1200 * 100vw, 80px);
  }
  .trouble-110_top_area .problems_top_area .problems_top {
    width: 100%;
    padding-bottom: 100px;
  }
  .trouble-110_top_area .problems_top_area .problems_top h2 {
    text-align: center;
  }
  .trouble-110_top_area .problems_top_area .problems_top .problems_txt {
    width: 100%;
  }
  .trouble-110_top_area .problems_top_area {
    padding-top: 40px;
  }
  .solution-box .feature-grid .feature-card {
    width: calc(90% / 2);
  }
  .trouble-110_area .trouble-110_topwrap {
    width: 100%;
  }
  .trouble-110_area .trouble-110_topwrap .dispatch_time_wrap {
    display: block;
  }
  .trouble-110_area .trouble-110_topwrap .dispatch_time_wrap .gst {
    text-align: right;
  }
  .trouble-110_area .trouble-110_topwrap .inspection_table {
    gap: 1%;
  }
  .trouble-110_area .trouble-110_topwrap .inspection_table dl {
    width: calc(98% / 3);
  }
  .trouble-110_area .trouble-110_topwrap .inspection_table dl dt {
    font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
    padding: 16px 3px;
  }
  .trouble-110_bottomwrap .reason_list {
    display: block;
    width: 100%;
  }
  .trouble-110_bottomwrap .reason_list li {
    width: 100%;
  }
  .trouble-110_bottomwrap .reason_list li:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .example_area .lowerlayer_ttl_top {
    margin-bottom: 40px;
  }
  .problem_list {
    width: 80%;
  }
  .problem_list > li .circle_wrap {
    top: max(-80 / 1200 * 100vw, -80px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .problem_list > li .box_wrap {
    display: block;
  }
  .problem_list > li .box_wrap figure {
    width: 100%;
  }
  .problem_list > li .box_wrap .txt_wrap {
    width: 100%;
    padding: 20px;
  }
  .problem_list > li .box_wrap .txt_wrap .arrow_txt {
    padding-left: 12px;
  }
  .problem_list > li .box_wrap .txt_wrap .arrow_txt::before {
    width: 6px;
    height: 10px;
    top: min(10 / 1200 * 100vw, 10px);
  }
  .problem_list > li:nth-child(2n) .circle_wrap {
    right: auto;
    left: 50%;
  }
  .qa_area .qa_wrap .accordion_header {
    padding: 0 15% 10px 20px;
  }
  .qa_area .qa_wrap .accordion_header::before, .qa_area .qa_wrap .accordion_header::after {
    width: 15px;
    right: 20px;
  }
  .accordion_one .accordion_inner .box_one {
    padding: 20px 15% 10px 40px;
  }
  .accordion_one .accordion_inner .box_one::before {
    left: 20px;
  }

}

/*     PC
------------------------------*/
@media (min-width: 769px) {

}