
/* =============================================
フッター
============================================= */
footer {
  background-color: #fff;
  padding-top: 5em;
}

footer ul.foot_flex {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

@media screen and (max-width: 1000px) {
  footer ul.foot_flex {
    display: none;
  }
}

footer ul.foot_flex h3 {
  font-weight: bold;
  font-size: 18px;
}

footer ul.foot_flex p {
  margin-top: .5em;
}

footer ul.foot_flex a :hover {
  opacity: .5;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  cursor: pointer;
}

footer ul.foot_flex li.left {
  width: 25%;
}

footer ul.foot_flex li.left img {
  max-width: 50%;
  display: block;
}

footer ul.foot_flex li.left h3.ft_top {
  font-size: 22px;
  margin-top: 1em;
}

footer ul.foot_flex li.center h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #D9D9D9;
}

footer ul.foot_flex li.center .foot_h3_mt {
  margin-top: 2em;
}

footer ul.foot_flex li.right h3 {
  padding-bottom: .3em;
  border-bottom: 1px solid #D9D9D9;
}

footer ul.foot_flex li.right .foot_p_mt {
  margin-top: 2em;
}

footer div.sp_only {
  display: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 1000px) {
  footer div.sp_only {
    display: block;
  }
  footer div.sp_only .f_sp_logo {
    width: 120px;
    margin-bottom: 25px;
  }
  footer div.sp_only h3 {
    font-weight: bold;
    font-size: 18px;
  }
  footer div.sp_only .f_sp_border {
    border-bottom: 1px solid #404040;
    display: inline;
    margin-bottom: 10px;
  }
  footer div.sp_only .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer div.sp_only .f_sp_top {
    margin-bottom: 30px;
  }
  footer div.sp_only .f_sp_top li {
    margin-top: 5px;
  }
  footer div.sp_only .f_sp_middle {
    margin-bottom: 30px;
  }
  footer div.sp_only .f_sp_b {
    margin-bottom: 5px;
    margin-right: 8px;
  }
  footer div.sp_only div.f_box {
    margin-top: 10px;
  }
}

.bg {
  margin-top: 5em;
  background-color: #21A0DB;
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .bg {
    margin-bottom: 4em;
  }
}

.bg .copy {
  line-height: 60px;
  color: #fafafa;
  text-align: center;
  display: block;
}
/*# sourceMappingURL=style.css.map */