@charset "UTF-8";
/*---------------------------------------------------------------*\
$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
$共通
\*---------------------------------------------------------------*/
footer {
    background: #ddd none repeat scroll 0 0;
    color: #777;
    padding: 0;
}
.fixed_footer {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
small {
  display: block;
  padding: 20px 0 20px;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: right;
  margin: 0 auto;
  width: 95%;
}
.logo_footer {
  width: 70px;
  display: block;
}
.logo_footer img {
  max-width: 100%;
  height: auto;
}
.wrapper_footer {
  width: 100%;
  /*border-top: solid 7px #001357;*/
  background: #fff;
}
.wrapper_contents_footer {
  padding: 10px 0;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  width: 95%;
  margin: 0 auto;
}
.left_contents_footer {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.menu_footer {
  padding: 0px;
  width: 285px;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 30px;
}
.menu_footer li {
  margin-right: auto;
  list-style-type: none;
}
.menu_footer li:nth-of-type(3) {
  margin-right: 0px;
}
.menu_footer li a {
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.right_contents_footer {
  display: -webkit-flex;
  display: flex;
  width: 200px;
}
.right_contents_footer > span {
  font-size: 11px;
  color: #333;
}
.copylight {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px;
  color: #333;
  font-size: 11px;
}
.back_top {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  border: solid 1px #ccc8f3;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  text-decoration: none;
}
.back_top i {
  color: #333;
  font-size: 26px;
  color: #8180aa;
}



/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

  small {
    width: 90%;
    font-size: 10px;
    padding: 16px 0;
    text-align: center;
  }
  .wrapper_contents_footer {
    width: 90%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
  }
  .left_contents_footer {
    display: block;
  }
  .menu_footer {
    width: 100%;
    padding: 3px 0 8px;
    margin: 10px auto 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .right_contents_footer {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 100%;
  }
  .menu_footer li {
    margin-right: auto;
  }
  .menu_footer li:nth-of-type(1) {
    margin-left: 8px;
}
.menu_footer li:nth-of-type(3) {
  margin-right: 4px;
}
  .back_top {
    margin: 25px auto 0;
    height: 40px;
    position: absolute;
    top: -8px;
    right: 0%;
  }
  .back_top i {
    font-size: 22px;
  }
  .copylight {
    text-align: center;
    margin-top: 15px;
    color: #999;
    font-size: 10px;
  }
}
