@charset "UTF-8";
/* フッタメニュー*/

/*SNSバー*/
.sns-bar {
  background: #00acea;
  text-align: center;
}
.sns-set {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  margin-right: 40px;
}
.sns-set img {
  display: block; /* ← 追加！ */
  width: auto;
  height: 30px;
  padding-left: 20px;
}

/*フッタシェイプ*/
.footer-shape {
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: -4px; /* 追加で隙間防止 */
  z-index: 3;
  display: none;
}

.footer {
  /* [disabled]margin-top: 50px; */
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #d9d9d9;
  padding-bottom: 25px;
  padding-top: 44px;
}
.footer a {
  text-decoration: none;
}

.footer-company {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 13px;
  padding-bottom: 30px;
}

#company .footer ul {
  list-style: none; /* リストのデフォルトのマーカーを消す */
}

#company .footer {
  background-color: #00acea;
}

#company .footer-box-main {
  padding-top: 0px;
  padding-bottom: 14px;
  margin-bottom: 25px;
  margin-right: 30px;
  margin-left: 20px;

  flex: 1;
}

#company .box-sets {
  display: flex;
  flex-wrap: wrap;
}

#company ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  margin-left: 0px;
}

#company ul li {
  padding-bottom: 10px;
}

#company h2 {
  border-bottom: solid #121212 1px;
  margin: 0px 0px 8px;
  padding: 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
}

#company .box-set {
  width: 150px;
  margin-right: 20px;
  margin-left: 20px;
}

#company .footer-menu-container .footer-class {
}

#company .footer-menu-container:nth-child(2) {
  margin-left: auto;
}

#company .address {
  margin: 0px 20px 20px;
  font-weight: 500;
  color: #333333;
}

.site-info {
  text-align: center;
  font-size: 14px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .footer-company {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 13px;
    padding-bottom: 30px;

    box-sizing: border-box;
  }

  #company .footer-box-main {
    padding: 20px 0px 14px;
    margin-bottom: 25px;
    margin-left: 5px;
    width: 100%;
    margin-right: 5px;
  }
  #company .box-sets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #company .box-set {
    width: 40%;
    min-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
}
