footer#common_footer {
  background-image: url(/img/common/bg_footer.webp);
  background-size: cover;
  background-position: center;
  padding: 78px 0 61px;
}
footer#common_footer .wrap #fotter_info figure {
  width: 223px;
}
footer#common_footer .wrap #fotter_info figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer#common_footer .wrap #fotter_info figure {
    margin: 0 auto;
  }
}
footer#common_footer .wrap #fotter_info p {
  font-size: 16px;
  color: #fff;
}
footer#common_footer .wrap ul#footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 223px - 312px);
  height: 320px;
  padding: 0 50px 0 80px;
}
footer#common_footer .wrap ul#footer_menu li {
  margin-bottom: 30px;
}
footer#common_footer .wrap ul#footer_menu li:last-child {
  margin-bottom: 0;
}
footer#common_footer .wrap ul#footer_menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
footer#common_footer .wrap ul#footer_menu li a::before {
  content: "";
  display: inline-block;
  border-style: none solid solid none;
  border-width: 2px;
  border-color: #fff;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  margin-right: 7px;
}
footer#common_footer .wrap ul#footer_menu li a:hover {
  color: #007EB1;
}
footer#common_footer .wrap ul#footer_menu li a:hover::before {
  border-color: #007EB1;
}
@media only screen and (max-width: 768px) {
  footer#common_footer .wrap ul#footer_menu li {
    margin: 0 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer#common_footer .wrap ul#footer_menu {
    height: auto;
    width: 100%;
    padding: 0;
    flex-direction: row;
    margin: 40px 0;
  }
}
footer#common_footer .wrap #footer_cta {
  width: 312px;
  padding: 30px 30px 40px;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
footer#common_footer .wrap #footer_cta h4 {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
footer#common_footer .wrap #footer_cta ul {
  margin: 30px 0;
}
footer#common_footer .wrap #footer_cta ul li {
  font-size: 14px;
}
footer#common_footer .wrap #footer_cta a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 3px solid #FFF;
  display: flex;
  width: 249px;
  height: 56px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
footer#common_footer .wrap #footer_cta a:hover {
  background: #65B9F4;
}
@media only screen and (max-width: 768px) {
  footer#common_footer .wrap #footer_cta {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  footer#common_footer .wrap {
    flex-direction: column;
  }
}

#common_footer_under_bar {
  background: #D9D9D9;
  color: #333;
  font-size: 12px;
}
#common_footer_under_bar .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#common_footer_under_bar .wrap a {
  color: #333;
  line-height: 38px;
}
#common_footer_under_bar .wrap a:first-child {
  padding-right: 1em;
  border-right: 1px solid;
}
#common_footer_under_bar .wrap a:last-child {
  margin-left: 1em;
}
#common_footer_under_bar .wrap p {
  margin: 0;
  line-height: 38px;
}