@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: dealer_mypage.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ページ別個別設定
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ページ別個別設定
----------------------------------------------------------------------*/
.box__title {
  padding: 8px 10px 8px 13px;
  background: #2F1F8A;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
}
.box__inner {
  padding: 10px 15px 0px;
}

main {
  padding-bottom: 120px;
  background: none;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 10%;
  }
}

.topicpath {
  float: left;
}

.main {
  float: none;
  width: auto;
}
.main__dealer-name {
  width: 1050px;
  margin: -5px auto 5px;
  color: #3E0E75;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .main__dealer-name {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__dealer-name {
    margin: 10px 10px 10px 0;
    font-size: 10px;
  }
}
.main__dealer-name em {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__dealer-name em {
    font-size: 16px;
  }
}
.main__left, .main__right {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
  border: 1px solid #1F2F9E;
}
@media screen and (max-width: 768px) {
  .main__left, .main__right {
    width: 100%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .main__left {
    order: 2;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__right {
    order: 3;
  }
}
.main__center {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .main__center {
    order: 1;
    width: 100%;
    margin-bottom: 5%;
  }
}
.main__center__link {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .main__center__link {
    margin: 0 3%;
  }
}
.main__center__link__item {
  width: 24%;
}
.main__center__link__item a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #871587;
  background: linear-gradient(90deg, #871587 0%, #142e96 100%);
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__center__link__item a {
    font-size: 12px;
  }
}
.main__center__sublink__item {
  margin-bottom: 4px;
}
.main__center__sublink__item a {
  height: 28px;
}

.dealer-info__list:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 8px solid rgba(192, 176, 209, 0.2);
}
.dealer-info__item {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .dealer-info__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dealer-info__item dl {
    display: flex;
    justify-content: space-between;
  }
}
.dealer-info__item:not(:last-child) {
  margin-bottom: 10px;
}
.dealer-info__item.-flex > dl {
  display: flex;
  justify-content: space-between;
}
.dealer-info__item.-flex > dl dt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dealer-info__item.-noflex dl {
    display: block;
  }
}
.dealer-info__item.-mgb {
  margin-bottom: 25px;
}
.dealer-info__item__term {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  font-weight: bold;
  height: 100%;
}
.dealer-info__item__term:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}
.dealer-info__item__term.-clock {
  color: #007EBE;
  cursor: pointer;
}
.dealer-info__item__description {
  color: #1D3994;
  text-align: right;
}
.dealer-info__item__description:not(:last-of-type) {
  margin-bottom: 3px;
}
.dealer-info__item__description a {
  color: #1D3994;
  text-decoration: underline;
}
.dealer-info__item__description a em {
  text-decoration: underline;
}
.dealer-info__item__description em {
  color: #F7803E;
  font-weight: bold;
}
.dealer-info__item.-clock {
  position: relative;
}

.listing-info__list:first-child {
  margin-bottom: 20px;
}
.listing-info__item {
  margin-bottom: 8px;
  font-size: 12px;
}
.listing-info__item.-flex dl {
  display: flex;
  justify-content: space-between;
}
.listing-info__item.-mgb {
  margin-bottom: 20px;
}
.listing-info__item__term {
  position: relative;
  margin-bottom: 3px;
  padding-left: 8px;
  font-weight: bold;
}
.listing-info__item__term:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}
.listing-info__item__description {
  text-align: right;
}
.listing-info__item__description a {
  color: #1D3994;
  text-decoration: underline;
}
.listing-info__item__description a em {
  text-decoration: underline;
}
.listing-info__item__description em {
  color: #F7803E;
}
.listing-info__item__description em.-big {
  font-size: 18px;
}
.listing-info__notice {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1.4;
}
.listing-info__link {
  margin-bottom: 30px;
  text-align: right;
}
.listing-info__link a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  width: 140px;
  padding: 4px 8px 4px 0;
  background: #F9F7F1;
  color: inherit;
  font-size: 12px;
  text-align: center;
  border: 1px solid #DCDDDD;
}
.listing-info__link a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4.25px 0 4.25px 6px;
  border-color: transparent transparent transparent #ee7700;
}

.management {
  margin-bottom: 20px;
}
.management__title {
  position: relative;
  margin-bottom: 15px;
  padding: 4px 0 0 45px;
  color: #3E0E75;
  font-size: 22px;
  font-weight: 900;
}
.management__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 36px;
  height: 36px;
  background: url("../dealer_mypage/img/management_title_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.management__list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  gap: 10px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .management__list {
    width: 92%;
    justify-content: space-between;
    gap: 0;
    margin: -10px auto 0;
  }
}
.management__item {
  width: 158px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .management__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .management__item:nth-child(odd) {
    margin-right: 4%;
  }
}
.management__item a {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  height: 60px;
  padding-bottom: 8px;
  background: #506ED0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #2F1F8A;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .management__item a {
    height: 50px;
    font-size: 12px;
  }
}
.management__item a:before, .management__item a:after {
  content: "";
  position: absolute;
}
.management__item a:before {
  right: 8px;
  top: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
}
@media screen and (max-width: 768px) {
  .management__item a:before {
    right: 10px;
    border-width: 4px 0 4px 6px;
  }
}
.management__item a:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #2F1F8A;
}
@media screen and (max-width: 768px) {
  .management__item a:after {
    height: 4px;
  }
}
.management__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 3px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .management__item a:hover {
    height: 47px;
  }
}
.management__item a:hover:before {
  bottom: 0;
}
.management__item a:hover:after {
  bottom: -6px;
}
@media screen and (max-width: 768px) {
  .management__item a:hover:after {
    bottom: -4px;
  }
}
@media screen and (max-width: 768px) {
  .management__item a:hover small {
    margin-top: -15px;
  }
}
.management__item a.__not_implemented{
  background: #666;
  color: #ddd;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #444;
}
.management__item a.__not_implemented:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #444;
}
.important {
  height: 223px;
  padding: 12px 15px 10px;
  background: #FDFCEC;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .important {
    height: 160px;
  }
}
.important__title {
  position: relative;
  margin-bottom: 15px;
  padding: 4px 0 0 45px;
  color: #3E0E75;
  font-size: 22px;
  font-weight: 900;
}
.important__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 36px;
  height: 36px;
  background: url("../dealer_mypage/img/important_title_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.important__list {
  padding-bottom: 10px;
}
.important__item:not(:last-child) {
  margin-bottom: 8px;
}
.important__item dl {
  display: flex;
  align-items: center;
}
.important__item__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 20px;
  background: #1F2F9E;
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
}
.important__item__text {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
  font-size: 13px;
}
.important__item__text:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}
.important__subitem {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
  color: #1F2F9E;
  font-size: 13px;
  line-height: 1.38462;
}
.important__subitem:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}
.important__subitem:not(:last-child) {
  margin-bottom: 10px;
}
.important__subitem a {
  color: #F7803E;
  font-weight: bold;
  text-decoration: underline;
}

.news {
  height: 170px;
  margin-bottom: 15px;
  padding: 12px 15px 10px;
  background: #FAFAFA;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .news {
    height: 160px;
  }
}
.news__title {
  position: relative;
  margin-bottom: 15px;
  padding: 4px 0 0 45px;
  color: #3E0E75;
  font-size: 22px;
  font-weight: 900;
}
.news__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 36px;
  height: 36px;
  background: url("../dealer_mypage/img/news_title_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.news__item {
  position: relative;
  padding-left: 8px;
  color: #1F2F9E;
  font-size: 13px;
  line-height: 1.38462;
}
.news__item:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #F39D47;
}
.news__item:not(:last-child) {
  margin-bottom: 8px;
}
.news__item a {
  color: #F7803E;
  text-decoration: underline;
}
.news__item a:hover {
  text-decoration: none;
}

.menu {
  width: 1050px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .menu {
    width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    width: auto;
  }
}
.menu__tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 4px solid #2f1f8a;
}
@media screen and (max-width: 768px) {
  .menu__tab {
    flex-wrap: wrap;
  }
}
.menu__tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 100%;
  height: 20px;
}
.menu__tab__item {
  padding: 17px 24px;
  color: #2f1f8a;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-top: 4px solid rgba(134, 123, 102, 0.1);
  border-right: 4px solid rgba(134, 123, 102, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu__tab__item {
    width: 50%;
    text-align: center;
  }
}
.menu__tab__item.-is-active {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
  background: #2f1f8a;
  color: #FFF;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-is-active {
    justify-content: center;
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.menu__tab__item:first-child {
  border-left: 4px solid rgba(134, 123, 102, 0.1);
}
@media screen and (max-width: 768px) {
  .menu__tab__item:first-child {
    border-left: none;
  }
}
.menu__tab__item:first-child.-is-active {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item:last-child {
    pointer-events: none;
  }
}
.menu__tab__item.-bdrnone {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu__tab__item.-bdrnone {
    border-right: 4px solid rgba(134, 123, 102, 0.1);
  }
}
.menu__group {
  display: none;
}
.menu__group__flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16.66667px;
}
@media screen and (max-width: 768px) {
  .menu__group__flex {
    margin-top: -3%;
  }
}
.menu__group__box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
  padding: 15px;
  margin: 16.66667px 16.66667px 0 0;
  border: 1px solid #1F2F9E;
}
@media screen and (max-width: 768px) {
  .menu__group__box {
    width: 100%;
    margin: 3% 3% 0;
  }
}
.menu__group__box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .menu__group__box:nth-child(4n) {
    margin-right: 3%;
  }
}
.menu__group__box__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #1F2F9E;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #1F2F9E;
}
.menu__group__box__item:not(:last-child) {
  margin-bottom: 8px;
}
.menu__group__box__item a {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  color: inherit;
  font-size: 13px;
}
.menu__group__box__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #F7803E;
  text-decoration: underline;
}
.menu__group__box__item a:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  background: #F39D47;
}
.menu__group__box__item > span {
  display: block;
  margin: 15px 0 8px;
  color: #1F2F9E;
  font-size: 13px;
  font-weight: 600;
}
.menu__group__box__subitem:not(:last-child) {
  margin-bottom: 8px;
}

.lower__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center/*space-between*/;
  gap: 20px;
  width: 1050px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lower__menu {
    width: 94%;
    margin: -15px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lower__menu__item {
    width: 48.5%;
    margin-top: 15px;
  }
}
.lower__menu__item a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 194px;
  padding: 20px 0;
  background: #871587;
  background: linear-gradient(90deg, #871587 0%, #142e96 100%);
  color: #FFF;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower__menu__item a {
    width: 100%;
  }
}
.lower__menu__item.-big {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .lower__menu__item.-big {
    width: 100%;
  }
}
.lower__menu__item.-big a {
  width: 330px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .lower__menu__item.-big a {
    width: 100%;
  }
}

.clock {
  position: absolute;
  right: 0;
  top: 34px;
}
@media screen and (max-width: 768px) {
  .clock {
    position: unset;
    text-align: right;
  }
}
.clock__title {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #007EBE;
  font-size: 14px;
  cursor: pointer;
}
.clock__title:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.clock__title:before {
  content: "\f017";
  position: absolute;
  left: 0;
  top: 0;
  color: #686868;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 500;
}
.clock__popup {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
  position: absolute;
  z-index: 1001;
  left: -120px;
  bottom: 40px;
  width: 400px;
  padding: 10px 15px 20px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .clock__popup {
    width: 92%;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    text-align: left;
  }
}
.clock__popup__inner {
  position: relative;
  z-index: 10000;
}
.clock__popup__item__term {
  width: 130px;
}
.clock__popup__item__term, .clock__popup__item__description {
  display: table-cell;
  padding: 10px 10px 5px;
  color: #444;
  font-size: 13px;
}
.clock__popup .close {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1002;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .clock__popup .close {
    width: 29px;
    height: 29px;
    right: 5px;
    top: 5px;
  }
}
.clock__popup .close:before, .clock__popup .close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 2px;
  height: 17px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .clock__popup .close:before, .clock__popup .close:after {
    left: 14px;
    top: 49%;
    height: 15px;
  }
}
.clock__popup .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.clock__popup .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.clock__popup .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.clock__popup__difference {
  margin: 8px 115px 0 0;
  color: #444;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .clock__popup__difference {
    margin: 8px 0 0 11px;
    text-align: left;
  }
}
.clock__popup__link {
  margin: 10px 0 0 10px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px dotted #999;
}
@media screen and (max-width: 768px) {
  .clock__popup__link {
    margin: 10px 0 0 0;
    padding: 10px 0 0 10px;
  }
}
.clock__popup__link__item {
  list-style: square inside;
}
.clock__popup__link__item:not(:last-child) {
  margin-bottom: 10px;
}
.clock__popup__link__item a,
.clock__popup__link__item span {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin: 0;
  padding: 0;
  color: #007EBE;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.clock__popup__link__item a:hover,
.clock__popup__link__item span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-height: 100vh;
}

.calculate {
  *zoom: 1;
  display: none;
  margin: 15px 0 0 -30px;
  text-align: center;
}
.calculate:after {
  content: "";
  display: table;
  clear: both;
}
.calculate > *:not(:last-child) {
  margin-bottom: 8px;
}
.calculate__box {
  font-size: 12px;
}
.calculate__box select {
  cursor: pointer;
}
.calculate__box select:first-child {
  margin-right: 5px;
}
.calculate__button {
  display: flex;
  justify-content: center;
}
.calculate__conversion {
  position: relative;
  margin: 0 30px;
  cursor: pointer;
}
.calculate__conversion:before {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}
.calculate__conversion.-down {
  padding-left: 20px;
}
.calculate__conversion.-down:before {
  content: "\f103";
  left: 7px;
}
.calculate__conversion.-up {
  padding-right: 20px;
}
.calculate__conversion.-up:before {
  content: "\f102";
  right: 7px;
}
.calculate__prev {
  float: left;
  margin: 10px 0 0 36px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .calculate__prev {
    margin: 10px 0 0 10px;
  }
}
