.word-break-keep-all {
  word-break: keep-all;
}
.word-break-nomal {
  word-break: nomal;
}
.font-lighter{
  font-weight: lighter;
}
.font-bold{
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-larger-120 {
  font-size: 120%;
}

.text-larger-140 {
  font-size: 140%;
}

.text-larger-160 {
  font-size: 160%;
}

.text-smaller {
  font-size: 70%;
}

.text-smaller-55 {
  font-size: 55%;
}

.text-smaller-80 {
  font-size: 80%;
}

.text-color-bordeaux{
  color: #b94047;
}

.apple-font{
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.maru-font{
  font-family:"ヒラギノ丸ゴ Pro W4",
  "ヒラギノ丸ゴ Pro",
  "Hiragino Maru Gothic Pro",
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",
  "HG丸ｺﾞｼｯｸM-PRO",
  "HGMaruGothicMPRO";
}

.Sawarabi-Gothic{
  font-family: 'Sawarabi Gothic', sans-serif;
}

.Sawarabi-Mincho {
  font-family: 'Sawarabi Mincho', serif;
}

.Noto-Serif-JP {
  font-family: 'Noto Serif JP', sans-serif;
}

.Roboto {
  font-family: "Roboto", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
}

.line-height-middle {
  line-height: 1.6em;
}

.line-height-half{
  line-height: 50%;
}


.line-height-double{
  line-height: 200%;
}
