@charset "UTF-8";
/* Footer CSS */
/*
概要：共通フッタ指定　共通フッタ表示に最低限必要なものを書く
呼び出し位置：[下層 必須呼び出し/サイトトップ 任意呼び出し]htmlファイル末尾</body>直前、main.cssの前に呼び出し
*/
.about_link_foot.inner {
  border-top: 1px dotted #333;
  padding-top: 15px;
  margin-bottom: 20px;
}

.about_link_foot.inner dl {
  display: flex;
  font-size: .75rem;
}

.about_link_foot.inner dl:last-child {
  margin-top: 10px;
}

.about_link_foot.inner dt {
  font-size: .75rem;
  text-align: left;
  margin: 0 20px 0 0;
  color: #aaa;
  min-width: 130px;
  line-height: 1;
}

.about_link_foot.inner div {
  display: flex;
  flex-wrap: wrap;
}

.about_link_foot.inner div dd {
  margin-right: 15px;
  line-height: 1;
}

.about_link_foot.inner div dd a {
  font-size: .75rem;
  color: #ccc;
  text-decoration: none;
}

@media screen and (max-width: 1119px) {
  .about_link_foot.inner {
    border-top: 1px dotted #333;
    padding-top: 20px;
  }
  .about_link_foot.inner dl {
    display: block;
    margin-bottom: 15px;
  }
  .about_link_foot.inner dt {
    font-size: .75rem;
    text-align: left;
    margin: 0 0 15px 0;
    color: #aaa;
    width: auto;
  }
  .about_link_foot.inner div {
    display: flex;
  }
  .about_link_foot.inner div dd {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .about_link_foot.inner div dd a {
    font-size: .75rem;
    color: #ccc;
  }
}

/* ==================== */
/* footer preset */
/* ==================== */
#footer {
  background-color: #000;
  color: #fff;
}

.foot-contact {
  background: url(../../images/common/footer-bg01.jpg) center center no-repeat;
  background-size: 100% auto;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -10px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}

.foot-contact a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s ease-out;
  text-decoration: none;
}

.foot-contact:hover a {
  background-color: rgba(0, 170, 132, 0.4);
}

.foot-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 1024px;
  height: 80px;
  margin: 50px auto;
  padding: 30px 25px 30px 25px;
  color: #fff;
  z-index: 999;
}

.foot-contact-inner:hover {
  cursor: pointer;
}

.foot-contact-inner-main {
  display: flex;
  justify-content: flex-start;
}

.foot-contact-inner h2 {
  font-size: 30px;
  margin: 0;
}

.foot-contact-inner span {
  font-size: 16px;
}

.foot-contact-inner-img01 {
  padding-right: 30px;
  padding-top: 9px;
  flex-grow: 1;
}

.foot-contact-inner-img01 img {
  display: block;
  width: 80px;
  height: auto;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}

.foot-contact-inner-img02 img {
  display: block;
  width: 36px;
  height: auto;
}

.foot-contact p {
  text-align: center;
}

.foot-contact .anchor-float {
  background: #00ad5d;
  color: #fff;
  width: 290px;
  text-align: center;
  display: block;
  padding: 15px 0;
  margin-top: 15px;
  border-radius: 2px;
}

.foot-contact .anchor-float::after {
  content: none;
}

.foot-content {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
}

.foot-content-logo {
  display: flex;
  padding-top: 50px;
  align-items: baseline;
}

.foot-content-logo img {
  width: 116px;
  height: 18px;
  padding-right: 20px;
}

.foot-content-logo div {
  font-size: .625rem;
  font-weight: 200;
  color: #D2D1D1;
}

.foot-content-nav {
  width: 100%;
  padding: 40px 0;
}

.foot-content-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 20px;
}

.foot-content-lists a {
  font-size: .875rem;
  text-decoration: none;
  color: #F7F7F7;
}
.foot-content-list {
  /* margin-right: 15px; */
}


.foot-content-list-item-title {
  margin: 0 0 10px;
  font-weight: bold;
}

.foot-content-list-item-title::before {
  content: "";
  display: inline-block;
  background-color: #01BD6B;
  width: 5px;
  height: 2px;
  margin: 0 5px 2px 0;
}

.foot-content-list-item {
  margin: 0 0 5px 10px;
  font-weight: 200;
}
.foot-content-list-item + .foot-content-list-title2 {
  margin: 0 0 5px 10px;
  padding-top: 5px;
  font-weight: 200;
  font-size: .875rem;
}
.foot-content-list-title2 {
  margin: 0 0 5px 10px;
  font-weight: 200;
  font-size: .875rem;
}
.foot-content-list-title3 {
  margin: 0 0 0px 10px;
  font-weight: 200;
  font-size: .75rem;
  color: #ccc;
  font-weight: bold;
}

.foot-content-list-item a {
  color: #bbb;
}

.foot-products {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 15px;

}

.foot-product-picture {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
}

.foot-product-picture p {
  font-size: .6875rem;
  text-align: center;
  padding-top: 5px;
}

.foot-content-copyright {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D2D1D1;
  color: #D2D1D1;
  font-weight: 200;
  padding-top: 5px;
}

.foot-content-copyright a {
  font-size: .875rem;
  text-decoration: none;
  color: #D2D1D1;
}

.foot-copyright {
  font-size: .75rem;
}

.foot-copyright-link {
  display: inline-block;
  color: #D2D1D1;
}

.foot-copyright-link a {
  color: #D2D1D1;
  text-decoration: none;
  margin-right: 20px;
  font-size: .75rem;
}

@media screen and (max-width: 1024px) {
  .foot-products {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 15px; 
  }
}
@media screen and (max-width: 1024px) {
  .foot-products {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 15px; 
  }
  .foot-content-lists{
    flex-wrap: nowrap;
  }
  .foot-contact-inner {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .foot-contact {
    height: 180px;
  }
  .foot-contact-inner-text h2::before {
    content: url(../../images/common/icn-arrow-white-r.svg);
    padding-right: 5px;
  }
  .foot-contact {
    background: url(../../images/common/footer-bg01.jpg) center center no-repeat;
    background-size: auto;
    height: auto;
  }
  .foot-contact-inner {
    padding: 30px 14px;
    flex-direction: column;
    height: 100%;
    margin: 0;
  }
  .foot-contact-inner img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .foot-content-lists{
    flex-wrap: wrap;
  }
  .foot-products {
    display: flex;
    column-gap: 15px; 
    justify-content: space-between;
  }
  .foot-product-picture {
    width: 18.8%;
  }
}
@media screen and (max-width: 599px) {
  .foot-content{
    width: 90%;
  }
  .foot-content-lists{
    flex-direction: column;
  }
  .foot-product-picture {
    width: 47%;
    margin: 0 0 10px 0;
  }
  .foot-products {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding-top: 10px;
  }
  .foot-content-list{
    width: 100%;
  }
  .foot-content-list-item-title{
    border-top: #666 1px dotted;
    padding-top: 10px;
  }
  .foot-content-list{
    margin-bottom: 5px;
  }
  /* .foot-content-list-item-title:last-child{
    border-bottom: #eee 1px dotted;
    padding-bottom: 10px;
  } */
}