.footer_area .footer_bk {
  background: #47271D;
  padding: 90px 0 0; }

.footer_area .footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer_area .footer_pc_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 65%; }

.footer_area .footer_pc_box {
  width: 30%; }

.footer_area .box_title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px; }

.footer_area .footer_box_link {
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3; }

.footer_area .footer_logo_area {
  max-width: 285px;
  width: 32%; }

.footer_area .footer_name {
  color: #fff;
  font-size: 12px;
  text-align: center; }

.footer_area .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 204px;
  margin: 38px auto 0;
  width: 100%; }
  .footer_area .sns_link .sns_list {
    width: 30%;
    max-width: 25px;
    margin: auto; }

.footer_area .contact_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 45px;
  color: #fff; }
  .footer_area .contact_text .contact_title {
    font-size: 16px;
    font-weight: 600; }
  .footer_area .contact_text .contact_time {
    font-size: 14px;
    margin-left: 10px; }

.footer_area .copy_right {
  font-size: 12px;
  text-align: center;
  background: #D2D2D2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1px) and (max-width: 767px) {
  .footer_area .footer_bk {
    padding-top: 15px; }
  .footer_area .wrap {
    width: 100%; }
  .footer_area .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .footer_area .footer_logo_area {
    width: 100%;
    margin: auto;
    max-width: 140px; }
  .footer_area .footer_name {
    display: none; }
  .footer_area .footer_pc_nav {
    display: none; }
  .footer_area .sp_footer_nav {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer_area .footer_nav_list {
    width: 50%;
    border-top: 1px solid #fff; }
    .footer_area .footer_nav_list:last-child {
      width: 100%;
      border-bottom: 1px solid #fff; }
      .footer_area .footer_nav_list:last-child .footer_nav_link {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .footer_area .footer_nav_list:nth-child(even) {
      border-left: 1px solid #fff; }
  .footer_area .footer_nav_link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600; }
  .footer_area .sns_link {
    margin-top: 15px;
    padding-bottom: 15px; }
  .footer_area .contact_text {
    display: none; }
  .footer_area .copy_right {
    font-size: 10px;
    height: 35px; } }
