@charset "UTF-8";

footer {
  background-color: #EFEFF3;
}
footer .footer_wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 10px;
}
footer .footer_wrap .flex_wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
footer .footer_wrap .flex_wrap .left_wrap {
  width: 390px;
  margin-right: 81px;
}
footer .footer_wrap .flex_wrap .left_wrap .footer_logo {
  width: 300px;
  margin-bottom: 20px;
}
footer .footer_wrap .flex_wrap .left_wrap .footer_logo_txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 30px;
}
footer .footer_wrap .flex_wrap .right_wrap {
  width: 630px;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #777777;
  display: inline-block;
  position: relative;
  bottom: -35px;
  right: 0;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li {
  width: 100%;
  margin-bottom: 10px;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li:last-child {
  margin: 0;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li:nth-child(3) .footer_category li:nth-child(2) {
  width: 100%;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li {
  margin-right: 40px;
  padding-right: 20px;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li:first-child {
  width: 100%;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li:last-child {
  margin-right: 0;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li:first-child a {
  font-size: 16px;
  font-weight: bold;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_bottom > li .footer_lnk_bottom_wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_bottom > li .footer_lnk_bottom_wrap > li {
  padding-right: 20px;
  margin-right: 30px;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_bottom > li .footer_lnk_bottom_wrap > li a {
  font-size: 14px;
  position: relative;
}
footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_bottom > li .footer_lnk_bottom_wrap > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
footer .footer_wrap small {
  font-size: 11px;
  text-align: center;
  display: block;
}
footer .footer_wrap .footer_lnk_img_wrap li {
  margin-bottom: 20px;
}
footer .footer_wrap .footer_lnk_img_wrap li:first-child {
  width: 300px;
}
footer .footer_wrap .footer_lnk_img_wrap li:nth-child(2) {
  width: 100px;
  margin: 0 40px 0 0;
  display: inline-block;
}
footer .footer_wrap .footer_lnk_img_wrap li:last-child {
  width: 60px;
  margin-bottom: 0;
  display: inline-block;
}


/*     SP
------------------------------*/
@media (max-width: 768px) {
  footer .footer_wrap {
    width: 100%;
  }
  footer .footer_wrap .flex_wrap .left_wrap .footer_logo_txt {
    margin: 0 15px 30px;
    text-align: center;
  }
  footer .footer_wrap .flex_wrap {
    display: block;
  }
  footer .footer_wrap .flex_wrap .left_wrap {
    width: 100%;
    margin: 0 0 30px 0;
  }
  footer .footer_wrap .flex_wrap .left_wrap > ul {
    width: 232px;
    margin: 0 auto;
  }
  footer .footer_wrap .flex_wrap .left_wrap .footer_logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  footer .footer_wrap .flex_wrap .right_wrap {
    width: auto;
    margin: 0 15px;
  }
  footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category {
    display: block;
    line-height: 1.4;
  }
  footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li {
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 8px;
  }
  footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li a {
    line-height: 1.4;
    margin-left: 15px;
    display: block;
  }
  footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_top > li .footer_category > li a::after {
    right: auto;
    left: -15px;
  }
  footer .footer_wrap .flex_wrap .right_wrap .footer_lnk_bottom > li .footer_lnk_bottom_wrap > li a {
    font-size: 14px;
  }
  footer .footer_wrap .footer_lnk_img_wrap {
    display: block;
    margin: 0 15px 120px;
  }
  footer .footer_wrap .footer_lnk_img_wrap li:first-child {
    width: 230px;
    margin: 0 auto 20px;
  }
  footer .footer_wrap .footer_lnk_img_wrap li:last-child {
    width: 75px;
    margin: 0 auto;
  }
}