#copyright {
  background: #fcfbe3 !important;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_social_link {
  margin: 0 auto 40px;
  font-size: 0;
  position: static;
  display: flex;
  width: 410px;
}

#footer_social_link li {
  display: block;
  margin: 0 40px 0 0;
  position: relative;
  width: calc((100% 160px)/5);
  height: 50px;
}
#footer_social_link li:last-of-type {
  margin: 0 0 0 0;
}

#footer_social_link li a,
#footer_social_link li a span {
  display: block;
  width: 50px !important;
  height: 50px !important;
}

#footer_social_link li.rss a:before,
#footer_social_link li.youtube a:before,
#footer_social_link li.insta a:before,
#footer_social_link li.twitter a:before,
#footer_social_link li.facebook a:before {
  display: none;
}

#footer_social_link li.facebook a span {
  background: url(../img/common/icon_facebook.png) no-repeat left top;
  background-size: cover;
}

#footer_social_link li.twitter a span {
  background: url(../img/common/icon_twitter.png) no-repeat left top;
  background-size: cover;
}

#footer_social_link li.youtube a span {
  background: url(../img/common/icon_youtube.png) no-repeat left top;
  background-size: cover;
}

#footer_social_link li.insta a span {
  background: url(../img/common/icon_insta.png) no-repeat left top;
  background-size: cover;
}

#footer_social_link li.rss a span {
  background: url(../img/common/icon_rss.png) no-repeat left top;
  background-size: cover;
}

.terms_area {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 70px auto 80px;
  box-sizing: border-box;
}
.terms_area .terms_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.terms_area .terms_item:nth-of-type(1) {
  width: 150px;
  padding-right: 40px;
  box-sizing: border-box;
}
.terms_area .terms_item:nth-of-type(1) img {
  display: block;
  max-width: 100%;
}
.terms_area .terms_item:nth-of-type(2) {
  width: 300px;
  padding-right: 40px;
  box-sizing: border-box;
}
.terms_area .terms_item:nth-of-type(2) img {
  display: block;
  max-width: 100%;
}
.terms_area .terms_item:nth-of-type(3) {
  width: calc(100% - 530px);
}
.terms_area .terms_item:nth-of-type(3) span {
  font-size: 16px;
  line-height: 1.5;
}

#footer_bottom {
  height: auto;
}

#footer_bottom_inner {
  width: 100%;
}

@media screen and (max-width: 1230px) {
  .right_img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #header_right_logo {
    left: auto;
    right: 70px;
  }

  .terms_area {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    margin: 60px auto 80px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  .terms_area .terms_item:nth-of-type(1) {
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .terms_area .terms_item:nth-of-type(2) {
    width: 70%;
    padding-right: 0;
    box-sizing: border-box;
  }

  .terms_area .terms_item:nth-of-type(3) {
    width: 100%;
    margin-top: 20px;
  }

  #footer_social_link {
    width: 330px;
  }

  #footer_social_link li {
    display: block;
    margin: 0 20px 0 0;
    position: relative;
    width: calc((100% 80px)/5);
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .right_img {
    width: 50px;
    height: 50px;
  }
}
