/*! ===============================================================================
 * widget layout 2020.01.22
  =============================================================================== */

@charset "utf-8";

.asw-return-top{
  flex-direction: row-reverse;
  display: flex;
}
.asw-return-top__btn.js-asw-return-top__btn.asw-page-top__button{
  background: #00146E;
  border-radius: 50%;
  display: block;
  font-size: 0;
  pointer-events: auto;
  height: 48px;
  width: 48px;
  font-size: 0 !important;
}
.asw-return-top .asw-page-top__button::after {
  font-size: initial;
  color: #00146E;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "";;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: "asw-icon";
  font-size: 24px;
  height: 100%;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}