@charset "utf-8";
/*
Theme Name: スマホ修理オリジナルメニュー
Author: Aknows create
Author URI: https://aknowscreate.com/
Description: Aknows createが制作したオリジナルのテーマです
Version: 1.0
License: GNU General Public License v2 or later
*/


:root {
  --font-color: #000000;
  --dark-blue: #1e194d;
  --blue:#3a2db3;
  --font-blue:#3a2cb2;
  --g-blue: #355dd0;
  --normal-blue: #5f5cf8;
  --yellow: #f0fc0d;
  --line-color:#06c755;
  --tel-color: #10a0fa;
  --mail-color:#eb2952;
  --back-blue: #edf1ff;
  --back-yellow: #fafee8;
  --gray: #cfcec2;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}



body {
  font-family: "Noto Sans JP", sans-serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.robot {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /* font-style: italic; */
  font-variation-settings:
    "wdth" 100;
}



img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1200px;
  width: calc(100% - 80px);
}

.wrapper.narrow {
  max-width: 100rem;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.7;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}
section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.5rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .wrapper {
    width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***共通***/
.no_article {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*color*/
.yellow {
  color: var(--yellow);
}

.blue {
  color: var(--blue);
}

.yellow_line {
  position: relative;
}

.yellow_line::before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--yellow);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.back_yellow {
  background-color: var(--back-yellow);
}

/*image*/
.cut_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  border-radius: 30px;
}
.cut_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

/*title*/
.big_section_title {
  position: relative;
  padding-top: 75px;
  margin-bottom: 50px;
  z-index: 1;
}

.big_section_title.white {
  color: white;
}

.big_section_title.center {
  text-align: center;
}
.big_section_title .sub_text {
  font-size: 3rem;
  font-weight: 600;
}

.big_section_title h2 {
  font: 3.8rem;
  padding-bottom: 20px;
  position: relative;
}

.big_section_title h2::before {
  content: '';
  width: 100%;
  max-width: 150px;
  height: 8px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--g-blue) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.big_section_title.center h2::before {
  left: 50%;
  transform: translateX(-50%);
}


.big_section_title .back_text {
  font-size: min(16rem, 12vw);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /* font-style: italic; */
  font-variation-settings:
    "wdth" 100;
  line-height: 1;
  font-weight: bolder;
  -webkit-text-stroke: 3px var(--blue);
  color: transparent;
}

.big_section_title.white .back_text {
  -webkit-text-stroke: 3px white;
}

.big_section_title.center .back_text {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}



.title_two_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 40px;
}

.title_two_column .big_section_title {
  margin-bottom: 0;
}

.title_two_column .normal_btn {
  min-width: 310px;
}




.deco_title {
  display: flex;
  align-items: flex-end;
}



.deco_title img {
  width: auto;
  height: 60px;
  margin-right: 15px;
}

.deco_title span {
  font-size: 2.4rem;
}

.deco_title span strong {
  font-size: 3rem;
  color: var(--blue);
}

.line_title,
.single_page_content h3,
.single_content h3 {
  position: relative;
  padding-bottom: 10px;
}

.line_title::before,
.line_title::after,
.single_page_content h3::before,
.single_page_content h3::after,
.single_content h3::before,
.single_content h3::after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: gray;
  z-index: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.line_title::after,
.single_page_content h3::after,
.single_content h3::after {
  z-index: 1;
  background-color: var(--blue);
  max-width: 150px;
}
/*btn*/
.normal_btn a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 310px;
  width: 100%;
  height: 60px;
  position: relative;
  background-color: var(--blue);
  color: white;
  font-size: 1.8rem;
  border-radius: 50px;
  box-shadow: 0px 2px 0px var(--normal-bloe);
  padding: 20px;
  padding-right: 50px;
  text-align: center;
}

.normal_btn.white a {
  background-color: var(--yellow);
  color: var(--blue);
  box-shadow: 0px 2px 0px var(--back-yellow);
}

.normal_btn a::before {
  width: 20px;
  height: 20px;
  content: '';
  background-color: var(--yellow);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}


.normal_btn a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  position: absolute;
  top: 50%;
  right: 19.5px;
  transform: translateY(-50%) rotate(45deg);
}

.normal_btn.white a::before {
  background-color: var(--blue);
}

.normal_btn.white a::after {
  border-top-color: var(--yellow);
  border-right-color: var(--yellow);
}


.normal_btn a:hover {
  opacity: 1;
  top: 2px;
  box-shadow: none;
}


.normal_btn.right a {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  /*image*/
  .cut_image {
    border-radius: 10px;
  }
  /*title*/
  .big_section_title {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  
  .big_section_title .sub_text {
    font-size: 1.8rem;
  }
  
  .big_section_title h2 {
    font: 2.3rem;

  }


  .big_section_title h2::before {
    max-width: 75px;
    height: 4px;
  }

  .big_section_title .back_text {
    font-size: min(7rem, 17vw);
    width: calc(100vw - 80px);
    word-break: break-all;
  }




  .deco_title img {
    height: 50px;
    margin-right: 10px;
  }


.deco_title span {
  font-size: 1.8rem;
}


  .deco_title span strong {
    font-size: 2.5rem;
  }


  .line_title::before,
  .line_title::after,
  .single_content h3::before,
  .single_content h3::after {
    height: 3px;
  }


  .line_title::after,
  .single_content h3::after {
    max-width: 100px;
  }


  .title_two_column {
    margin-bottom: 30px;
  }
  
  .title_two_column .big_section_title {
    margin-bottom: 0;
  }
  
  .title_two_column .normal_btn {
    min-width: 140px;
    
  }
  .title_two_column .normal_btn a {
    font-size: 1.3rem;
    padding-right: 10px;
  }
  


  /*btn*/
  .normal_btn a {
    max-width: 270px;
    height: 45px;
    font-size: 1.6rem;
  }
  

  
}

/***header***/

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

header .header_top {
  background-color: var(--blue);
  color: white;

  padding: 0 25px;
}

header .header_top p {
  font-size: 1.4rem;
}


header .openbtn {
  display: none;
}

@media screen and (min-width: 901px) {

  .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .header_logo {
    max-width: 170px;
  }

  .header_wrapper .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
  }

  .header_menu_top {
    margin-right: 570px;
  }

  .header_menu_top > ul > li > a {
    position: relative;
    padding-left: 30px;
  }

  .header_menu_top > ul > li > a::before {
    width: 16px;
    height: 16px;
    content: '';
    background-color: var(--yellow);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .header_menu_top > ul > li > a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1.5px solid var(--blue);
    border-right: 1.5px solid var(--blue);
    position: absolute;
    top: 50%;
    left: 5.5px;
    transform: translateY(-50%) rotate(45deg);
  }

  .header_menu_main > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .header_menu_main > ul > li:not(:last-of-type) {
    border-right: 2px solid #d1d9dc;
  }

  .header_menu_main > ul > li > a {
    padding: 0 24px;
  }



}


@media screen and (max-width: 900px) {

  header {
    border-bottom: 2px solid var(--blue);
  }
  header .header_top {

    padding: 2px 12px;
    z-index: 2;
    position: relative;
  }

  header .header_top p {
    font-size: 1rem;
  }

  .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    height: 62px;
    
  }

  .header_logo {
    max-width: 120px;
    position: relative;
    z-index: 2;
  }

  .header_wrapper .right {
    position: fixed;
    top: 82px;
    left: 0;
    background-color: white;
    width: 100%;
    height: calc(100vh - 80px);
    display: none;

  }

  .header_menu_top {

    padding: 10px 15px 0;
  }



  .header_menu_top > ul {
    display: flex;
    justify-content: center;
  }

  .header_menu_top > ul a {
    border: 1px solid var(--blue);
    padding: 10px 40px;
    border-radius: 30px;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_menu_top > ul a span {
    position: relative;
    padding-left: 15px;
  }
  .header_menu_top > ul a span::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--blue);
    border-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .header_menu_main {
    padding: 0 15px;
  }
  
  .header_menu_main > ul > li {
    padding: 15px 0;
    border-bottom: 2px solid var(--gray);
  }
  
  .header_menu_main > ul > li > a {
    position: relative;
    padding-left: 30px;
  }

  .header_menu_main > ul > li > a::before {
    width: 16px;
    height: 16px;
    content: '';
    background-color: var(--yellow);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .header_menu_main > ul > li > a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1.5px solid var(--blue);
    border-right: 1.5px solid var(--blue);
    position: absolute;
    top: 50%;
    left: 5.5px;
    transform: translateY(-50%) rotate(45deg);
  }


  header .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 100;
  }
  
  /*ボタン内側*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 3px;
      border-radius: 3px;
    background: var(--blue);
      width: 100%;
    }
  
  .openbtn span:nth-of-type(1) {
    top:0px; 
  }
  
  .openbtn span:nth-of-type(2) {
    top:50%;
  }
  
  .openbtn span:nth-of-type(3) {
    top:100%;
  }
  
  /*activeクラスが付与されると線が回転して×に*/
  
  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);

  }
  
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);

  }

}







/***お問い合わせアイコン3つ***/
.common_menu_box {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background-color: white;
}

.common_menu_box .box .text  {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 86px;
  color: white;
  font-size: 1.6rem;
  gap: 10px;
  font-weight: 600;
  position: relative;
}

.common_menu_box .box:hover .text {
  opacity: 0.8;
}

.common_menu_box div.box:hover .text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.common_menu_box div.box.line:hover .text::after {
  border-top: 20px solid var(--line-color);
}

.common_menu_box div.box.tel:hover .text::after {
  border-top: 20px solid var(--tel-color);
}

.common_menu_box .box.tel .text{
  background-color: var(--tel-color);
  cursor: pointer;
}

.common_menu_box .box.line .text{
  background-color: var(--line-color);
}

.common_menu_box .box.email .text{
  background-color: var(--mail-color);
}

.common_menu_box .text figure {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.common_menu_box .box .popup_menu_box {
  position: absolute;
  top: 100%;
  width: calc(100vw - 160px);
  right: 80px;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}



.common_menu_box .box.active .popup_menu_box {
  opacity: 1;
  visibility: visible;
}

.common_menu_box .box .popup_menu_box .popup_close {
  display: none;
}

.common_menu_box .box .popup_menu_box .wrap {
  padding: 30px 80px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.common_menu_box .box .popup_menu_box .wrap a {
  display: block;
  text-align: center;
  background-color: white;
  border: 3px solid;
  border-radius: 10px;
  padding: 20px;
}

.common_menu_box .box .popup_menu_box .wrap a h3 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.common_menu_box .box .popup_menu_box .wrap a h3 img {
  width: 20px;
  margin-right: 5px;
}

.common_menu_box .box .popup_menu_box .wrap a h4 {
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  color: white;
  font-size: 1.4rem;
}

.common_menu_box .box .popup_menu_box .wrap a p {
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.common_menu_box .box .popup_menu_box .wrap a p img {
  width: 30px;
}

.common_menu_box .box.line .popup_menu_box .wrap {
  background-color: #7afbae;
  gap: 20px;
}
.common_menu_box .box.line .popup_menu_box .wrap a {
  border-color: var(--line-color);
  width: 320px;
}

.common_menu_box .box.line .popup_menu_box .wrap a h4 {
  background-color: var(--line-color);
}



.common_menu_box .box.tel .popup_menu_box .wrap {
  background-color: #b7e2ff;
  gap: 20px;
}
.common_menu_box .box.tel .popup_menu_box .wrap a {
  border-color: var(--tel-color);
  width: 320px;
}

.common_menu_box .box.tel .popup_menu_box .wrap a h4 {
  background-color: var(--tel-color);
}

@media screen and (max-width: 900px) {

  .common_menu_box {
    padding: 15px 10px;
    background-color: var(--back-yellow);
    gap: 10px;
    width: 100%;
    top: inherit;
    bottom: 0;
    z-index: 3;
  }

  .common_menu_box .box {
    width: calc(100% / 3 - 20px / 3);

  }

  .common_menu_box .box .text {
    width: 100%;
    height: 65px;
    font-size: 1.5rem;
    gap: 5px;
    padding: 5px;
    border-radius: 5px;
  }

  .common_menu_box .tel .text {
    box-shadow: 0 3px 0 #005fa7;
  }
  
  .common_menu_box .line .text{
    box-shadow: 0 3px 0 #0d6e36;
  }
  
  .common_menu_box .email .text {
    box-shadow: 0 3px 0 #a40d36;
  }
  
  .common_menu_box div.box:hover .text::after {
    display: none;
  }

  .common_menu_box .box .popup_menu_box {
    position: fixed;
    top: 62px;
    width: 100%;
    right: inherit;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: calc(100vh - 95px - 62px);
    z-index: 2;
    display: flex;
    align-items: stretch;
  }

  .common_menu_box .box .popup_menu_box .popup_close {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
  }
  .common_menu_box .box .popup_menu_box .wrap {
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    flex-direction: column;
  }

  .common_menu_box .box .popup_menu_box .wrap a,
  .common_menu_box .box.line .popup_menu_box .wrap a,
  .common_menu_box .box.tel .popup_menu_box .wrap a {
    width: calc(100% / 2 - 10px / 2);
    width: 100%;
    max-width: 200px;
    padding: 10px;
  }

  .common_menu_box .box .popup_menu_box .wrap a h3 {
    font-size: 1.6rem;
  }

  .common_menu_box .box .popup_menu_box .wrap a h3 img {
    width: 15px;
    margin-right: 2px;
  }

  .common_menu_box .box .popup_menu_box .wrap a h4 {
    padding: 2px;
    font-size: 1.2rem;
  }
  .common_menu_box .box .popup_menu_box .wrap a p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .common_menu_box .box .popup_menu_box .wrap a p img {
    width: 10px;
  }
  


}

/***footer***/
footer .footer_main {
  background-color: var(--dark-blue);
  padding: 50px;
  color: white;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  align-items: center;
}

.footer_top .footer_logo {
  width: 205px;
}

.footer_top .footer_btn_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

.footer_btn_link a {
  width: 287px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
}

.footer_btn_link a figure {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
}

.footer_btn_link a.email {
  background-color: var(--mail-color);
  box-shadow: 0px 3px 0 #c40c38;
}

.footer_btn_link a.line {
  background-color: var(--line-color);
  box-shadow: 0px 3px 0 #088d3f;
}


.footer_main_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.footer_main_menu > ul {
  width: 290px;
}

.footer_main_menu > ul > li > a {
  position: relative;
  padding-left: 30px;
}


.footer_main_menu > ul > li > a::before {
  width: 18px;
  height: 18px;
  content: '';
  background-color: var(--yellow);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.footer_main_menu > ul > li > a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1.5px solid var(--blue);
  border-right: 1.5px solid var(--blue);
  position: absolute;
  top: 50%;
  left: 6.5px;
  transform: translateY(-50%) rotate(45deg);
}

.footer_main_menu > ul > li {
  margin-bottom: 20px;
}
.footer_main_menu > ul > li > ul {
  margin-top: 10px;
  padding-left: 30px;
}
.footer_main_menu > ul > li > ul > li {
  margin-bottom: 20px;
}

.footer_main_menu > ul > li > ul > li > a::before {
  content: '>';
  margin-right: 10px;
}


.footer_bottom {
  text-align: center;
}

.footer_sub {
  background-color: var(--font-color);
  color: white;
  padding: 15px 0;
}

.footer_sub .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_sub_menu > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer_sub_menu > ul li {
  font-size: 1.4rem;
}


.footer_copy p {
  font-size: 1.4rem;
}


@media screen and (max-width: 900px) {

  footer .footer_main {
    padding: 40px 10px 20px;
  }

  .footer_top {
    margin-bottom: 30px;
    justify-content: center;
  }

  .footer_top .footer_logo {
    width: 145px;
  }
  
  .footer_main_menu {
    gap: 0;
  }

  .footer_main_menu > ul > li.has_child {
    position: relative;
    cursor: pointer;
  }

  .footer_main_menu > ul > li.has_child::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 2.5rem;
  }

  .footer_main_menu > ul > li.has_child.active::after {
    content: '-';
  }

  .footer_main_menu > ul > li > ul {
    display: none;
  }

  .footer_main_menu > ul > li {
    border-bottom: 1px solid #425b69;
    padding: 15px 0;
    margin: 0;
  }

  .footer_main_menu > ul > li > ul {
    margin-top: 15px;
  }

  .footer_main_menu > ul > li > ul > li {
    margin-bottom:15px;
  }

  .footer_main_menu > ul > li > ul > li:last-of-type {
    margin-bottom: 0;
  }

  .footer_top .footer_btn_link {
    display: none;
  }

  .footer_sub {
    padding-top: 20px;
    padding-bottom: 160px;
  }

  .footer_sub .wrapper {
    justify-content: center;
  }
  .footer_sub_menu {
    margin-bottom: 30px;
  }
  .footer_sub_menu > ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;

  }



}