@charset "UTF-8";
/* font type
----------------------------------------------------------- */
.e__eng {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  letter-spacing: 0.075em; }

.e__serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal; }

/* button
----------------------------------------------------------- */
.e__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 12.5px;
  font-weight: 700;
  background-color: #E1E1E1;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out; }
  @media screen and (max-width: 414px) {
    .e__btn {
      width: 200px;
      height: 32px; }
      .e__btn.reverse {
        color: #FFFFFF;
        background-color: #092AA3; } }
  @media screen and (min-width: 415px) {
    .e__btn {
      width: 200px;
      height: 32px; } }
  .e__btn:hover {
    color: #FFFFFF; }

/* end */
