footer .p-sitemap__logo{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px;height:auto}footer .p-sitemap__logo .txt p{line-height:1.5;font-size:14px;font-weight:500;margin-bottom:0}footer .footer_mdl_link{background-color:#F5F5F5;padding:40px 5%;margin-bottom:10px}footer .footer_mdl_link .box .left_item{width:49%}footer .footer_mdl_link .box .left_item .link_list{flex-wrap:wrap;gap:2%}footer .footer_mdl_link .box .left_item .link_list li{width:48%;margin-bottom:16px}footer .footer_mdl_link .box .left_item .link_list li ul li{width:100%}footer .footer_mdl_link .box .left_item .link_list li ul li a{font-weight:500;line-height:1.5}footer .footer_mdl_link .box .right_item{width:51%}footer .footer_mdl_link .box .right_item .link_list{flex-wrap:wrap}footer .footer_mdl_link .box .right_item .link_list li{width:calc(100% / 2 - 1% - 46px);gap:2%;margin-bottom:4px}footer .footer_mdl_link .box .right_item .link_list li:last-child{width:46px}footer .footer_mdl_link .box .right_item .link_list li:last-child ul li a{white-space:nowrap}footer .footer_mdl_link .box .right_item .link_list li ul li{width:100%}footer .footer_mdl_link .box .right_item .link_list li ul li:last-child{width:100%}footer .footer_mdl_link .box .right_item .link_list li ul li a{font-size:1.4rem;line-height:1.5}@media screen and (max-width:768px){.p-footer__menu .list{display:block;width:86%;margin:auto}.p-footer__lower .copyright p{text-align:center}}

footer .p-sitemap.-j .p-sitemap__logo {
  color: #fff;
}
.sns_sec {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 18px 5px;
  border-radius: 10px 0 0 0;
  z-index: 10;
}
.sns_sec .wrapper {
  display: flex;
  justify-content: center;
}
.sns_sec .wrapper .box {
  flex: 0 0 50%;
  text-align: center;
}
.sns_sec .wrapper .box h3 {
  font-size: 18px;
  font-weight: bold;
}
.sns_sec .wrapper .box .flex_box {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.sns_sec .wrapper .box .flex_box .link {
  width: 28px;
}
.sns_sec .wrapper .box .flex_box .link:nth-child(n+2) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .sns_sec {
    display: none;
  }
  .sp_sns {
    padding: 0 25px;
    padding-top: 4%;
    margin-top: 4%;
    border-top: 1px solid #fff;
  }
  .sp_sns .box h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  .sp_sns .wrapper {
    display: flex;
  }
  .sp_sns .box {
    flex: 0 0 50%;
    text-align: center;
  }
  .sp_sns .box .flex_box {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .sp_sns .wrapper .box .flex_box .link {
    width: 30px;
  }
  .sp_sns .wrapper .box .flex_box .link:nth-child(n+2) {
    margin-left: 15px;
  }
  .sp_sns .box:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media (max-width:480px) {
  .sp_sns {
    padding: 0px 10px;
    padding-top: 8%;
    margin-top: 6%;
    border-top: 1px solid #fff;
  }
  .sp_sns .box .flex_box {
    margin-top: 20px;
  }
  .sp_sns .box:nth-child(n+2) {
    margin-top: 0;
  }
  .sp_sns .wrapper .box .flex_box .link:nth-child(n+2) {
    margin-left: 25px;
  }
  .sp_sns .box h3 {
    font-size: 16px;
  }
}
