@charset "UTF-8";

/* footer */
footer .footer__information{
    padding-bottom: 10px;
}
footer .footer__information__text>span{
    display: block;
}
footer .footer__information__copyright,footer .footer__information__text{
    float:none;
}
footer .footer__information__text ul{
  float: left;
}
footer .fl-sb-fe{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items:flex-end;
  align-items:flex-end;
  margin: 0 auto; 
}
.sp .jumbotron{
  padding-bottom:0;
}
.sp .about_container{
  padding-top:0;
}
.en_header__logo{
  float: left;
  width: 125px;
  margin: 0;
  padding-top: 17px;
}

.en_header__title{
  float: left;
  width: 703px;
  font-size: 1.71429rem;
  line-height: 1;
  margin: 0;
  padding-top: 25px;
}
.sp .en_header__title {
  width: 66%;
  font-size: 1.07143rem;
  padding-top: 36px;
  margin-left: 0 !important;
}
.contents_logo_text{
  display: inline-block;
  padding: 20px 0 0 40px;
  font-size: 32px;
  font-weight: bold;
}
.en_header__logo .contents_logo_text{
  font-size: 30px;
  padding: 18px 0 5px 40px;
}
@media screen and (max-width:700px) {
  /* footer */
  footer .footer__information{
      padding-bottom: 10px;
  }
  footer .footer__information__text>span{
      display: block;
  }
  footer .footer__information__copyright,footer .footer__information__text{
      float:none;
  }
  footer .footer__information__text ul{
    float: left;
  }
  footer .fl-sb-fe{
    display: block;
  }
  .sp .en_header__logo {
      width: 26%;
      margin: 25px 10px 0;
      padding: 0;
  }
  .en_header__logo .contents_logo_text {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    left: 120px;
    }
  .sp .en_header__logo img {
    width: 82px;
    height: 40.5px;
  }
}
