@charset "UTF-8";
@import url("fa.min.css");

@media screen and (min-width: 641px) {
  body {
    font-family: "ヒラギノ角ゴシック", "Noto Sans JP", "Hiragino Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #00112C;
    text-align: justify;
}
.bg_dark{background-color: #dde7de;}
.kw-title-en{
  font-size: 16px;
  font-weight: bold;
  color: #d75e22;
  letter-spacing: 0.1em !important;
  text-align: left;
  line-height: 1 !important;}
.kw-title{font-size: 32px;margin-top: 4px;font-weight: bold;}
.kw-content{margin: 20px 0 76px 0;}
.kw-line{background: linear-gradient(transparent 60%, #FFFE03 60%);font-weight: bold;}
}

@media screen and (max-width: 640px) {
  body {
    font-family: "ヒラギノ角ゴシック", "Noto Sans JP", "Hiragino Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #00112C;
}
.bg_dark{background-color: #dde7de;}
.kw-title-en{
  font-size: 16px;
  font-weight: bold;
  color: #d75e22;
  letter-spacing: 0.1em !important;
  text-align: left;
  line-height: 1 !important;}
.kw-title{font-size: 32px;margin-top: 4px;font-weight: bold;}
.kw-content{margin: 20px 0 76px 0;}
}