@charset "utf-8";

/*------------------------------------------------------------------------------
footer-block
------------------------------------------------------------------------------*/

#footer_201904 .inner-block {
  width: 100%;
}

#footer_201904 .bg-blue {
  padding-bottom: 0;
}

#footer_201904 .footer-nav {
  background: #048ac2;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#footer_201904 .footer-nav li {
  border-bottom: 1px solid #0375a5;
  font-size: 12px;
  list-style-type: none;
  height: 45px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

#footer_201904 .footer-nav li::after {
  background: url(../../img/common/arrow_right_white2.svg) no-repeat center center;
  background-size: 8px 13px;
  bottom: 2px;
  content: "";
  display: block;
  height: 13px;
  margin: auto;
  right: 20px;
  top: 0;
  position: absolute;
  width: 8px;
}

/* 最後はラインを描かない */
#footer_201904 .footer-nav li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#footer_201904 .footer-nav li a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 45px;
  padding: 0 0 0 15px;
  text-align: left;
}

#footer_201904 .footer-nav li a::before {
  background: none;
}

/* footer privacypolicy */
#footer_201904 .privacypolicy-area {
  width: 100%;
  text-align: center;
}

#footer_201904 .privacypolicy {
  width: 100%;
  height: auto;
  line-height: 0px;
  text-align: center;
  margin: 0 auto;
}

#footer_201904 .privacypolicy li {
  height: 40px;
  width: 50%;
}

#footer_201904 .privacypolicy li {
  border-bottom: 1px solid #fff;
}

#footer_201904 .privacypolicy li:nth-child(odd){
  border-right: 1px solid #fff;
}

#footer_201904 .privacypolicy li a {
  font-size: 10px;
  line-height: 40px;
  padding: 0;
}

#footer_201904 .privacypolicy-area li::after {
  background: none;
}

#footer_201904 .privacypolicy-area li:last-child::before {
  background: none;
}

#footer_201904 .privacypolicy-area .sns {
  float: none;
  margin-top: 0;
  display:inline-block;
}

#footer_201904 .privacypolicy-area .instagram,
#footer_201904 .privacypolicy-area .twitter {
  margin-top: 30px;
  margin: 15px;
}

/* footer copyright */
#footer_201904 .copyright {
  font-size: 10px;
  height: 50px;
  line-height: 50px;
}

/*------------------------------------------------------------------------------
pagetop
------------------------------------------------------------------------------*/

#pagetop {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: -50px;
  z-index: 99;
}

#pagetop a {
  background: url(../../img/common/arrow_top_white.svg) no-repeat center center #333333;
  background-size: 10px 8px;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
/*:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}