@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 共通
---------------------------------------------*/
#lem_news img {
  display: block;
  width: 100%;
}

/*---------------------------------------------
コンテンツ
---------------------------------------------*/
#lem_news {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 200;
}
#lem_news .sp_only {
  display: block;
}
#lem_news .pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  #lem_news .sp_only {
    display: none;
  }
  #lem_news .pc_only {
    display: block;
  }
}
#lem_news .intro {
  font-size: 15px;
  text-align: center;
  margin: 100px auto;
  line-height: 1.7;
}
#lem_news .line {
  display: block;
  border-bottom: 1px solid #000;
  width: 60%;
  margin: auto;
}
#lem_news .en {
  font-family: "Nanum Myeongjo", serif;
}
#lem_news .img_box {
  margin: 100px auto;
}
#lem_news .img_box img {
  margin-top: 30px;
  margin-bottom: 30px;
}
#lem_news .img_box .title {
  width: 65%;
  margin: 100px auto 20px;
}
#lem_news .img_box .main_img {
  width: 80%;
  margin: auto;
  margin-left: 45px;
}
#lem_news .img_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#lem_news .img_box .flex img {
  width: 45%;
}
#lem_news .btn {
  display: block;
  width: 80%;
  text-align: center;
  margin: 40px auto 30px;
  padding: 16px 0;
  border: 1px solid #7590A8;
  text-decoration: none;
  background: #7590A8;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 200;
}
#lem_news .btn:hover {
  opacity: 0.6;
}
#lem_news .insta {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 4px 0 12px;
  margin: -10px auto 30px;
}
#lem_news .insta span {
  font-size: 12px;
}
#lem_news .insta:hover {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #lem_news .img_box {
    width: 80%;
    margin: 150px auto;
  }
  #lem_news .img_box .flex img {
    width: 40%;
  }
  #lem_news .img_box .main_img {
    width: 73%;
    margin: auto;
  }
  #lem_news .btn {
    width: 400px;
  }
}
/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */