@charset "UTF-8";
/* カラー */
/* ブレイクポイントの設定 min~max */
/* mq:それより小さい画面に適応 */
.container {
  display: flex;
  width: 80%;
  padding-top: 30px;
}

.left {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .left {
    display: none;
  }
}

.left > img {
  height: 100%;
}

.right {
  padding-left: 15px;
}

h1 {
  font-family: 'SangBleuB',"kocho";
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: 'SangBleuB',"kocho";
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 2px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: 'SangBleuB',"kocho";
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: 'SangBleuB',"kocho";
  font-size: 40px;
  line-height: 1.2;
  padding: 40px 0 0 15px;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 25px;
  }
}

.country {
  padding-bottom: 8px;
  padding-left: 8px;
}

p {
  position: relative;
  max-height: calc(13 * 1.5 * 4 * 1px);
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  overflow: hidden;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  p {
    padding-top: 10px;
  }
}

p::before,
p::after {
  position: absolute;
  background: #fff;
}

p::before {
  content: '...';
  top: calc(13 * 1.5 * (4 - 1) * 1px);
  right: 0;
  width: 1em;
  padding-top: 15px;
}

p::after {
  content: '';
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #newslist .en18 {
    font-size: 15px;
  }
}
