﻿@charset "UTF-8";
@import url("../css2");
@import url("../css2-1");
.rotary-rate {
  font-family: 'Roboto',"Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: #ffffff;
  border: 3px solid #015aac;
  border-radius: 5px;
}

.rotary-rate a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0.8em;
}

.rotary-rate__ttl {
  color: #015aac;
  font-weight: 600;
  margin: 0 0 0.2em 0.4em;
}

.rotary-rate__content {
  background: #015aac;
  border-radius: 3px;
  color: #ffffff;
  padding: 0.4em 1em;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.rotary-rate__content .month {
  font-weight: 500;
  width: 45%;
}

.rotary-rate__content .rate {
  width: 54%;
}

.rotary-rate__content .rate .num {
  font-size: 2.4rem;
  font-weight: 600;
}

.rotary-rate__content .rate .yen {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */