@charset "UTF-8";
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: #f0f2f4;
}

.navbar.is-white {
  background: #f0f2f4;
}

.navbar-brand .brand-text {
  font-size: 1.11rem;
  font-weight: bold;
}

.hero-body {
  background-image: url(./images/ly-global-header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.articles {
  margin: 5rem 0;
  margin-top: -200px;
}

.sidebar {
  margin-bottom: 30px;
}
.sidebar .new-article-list .title {
  font-size: 18px;
  font-weight: 100;
  border-bottom: solid 1px;
  margin: 15px 0;
  padding: 10px 0;
}
.sidebar .new-article-list li {
  margin: 15px 0;
}
.sidebar .new-article-list li img {
  width: 100%;
}
.sidebar .new-article-list .popular {
  overflow: auto;
  width: 100%;
}
.sidebar .new-article-list .popular li {
  overflow: auto;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .new-article-list .popular li .popimg {
  display: block;
  float: left;
  width: 30%;
  margin: 0 4% 0 0;
}
.sidebar .new-article-list .popular li .popimg img {
  width: 100%;
  height: auto;
}
.sidebar .new-article-list .popular li .poptitle {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .sidebar .new-article-list .popular li .poptitle {
    font-size: 15px;
  }
}
.sidebar .new-article-list .popular li .poptitle {
  width: 66%;
  display: block;
  float: left;
}
.sidebar .new-article-list .popular li .poptitle p {
  margin: 0;
  padding: 5px 0 0 0;
}
.sidebar .new-article-list .recommend {
  overflow: auto;
  width: 100%;
}
.sidebar .new-article-list .recommend li {
  overflow: auto;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .new-article-list .recommend li .thumbnail {
  display: block;
  float: left;
  width: 30%;
  margin: 0 4% 0 0;
}
.sidebar .new-article-list .recommend li .thumbnail img {
  width: 100%;
  height: auto;
}
.sidebar .new-article-list .recommend li .recotitle {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .sidebar .new-article-list .recommend li .recotitle {
    font-size: 15px;
  }
}
.sidebar .new-article-list .recommend li .recotitle {
  width: 66%;
  display: block;
  float: left;
}
.sidebar .new-article-list .recommend li .recotitle p {
  margin: 0;
  padding: 0;
}

.article-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.article-header .article-eyecatch-img img {
  height: 200px;
  width: auto;
}
.article-header .article-meta {
  padding: 10px;
  max-width: 400px;
}
.article-header .article-meta .story {
  font-size: 35px;
}
.article-header .article-meta .title {
  font-size: 23px;
  line-height: 30px;
}
.article-header .article-meta p {
  margin: 0;
}

.article-description {
  font-size: 16px;
}

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

.divider {
  border-top: 1px solid #bbb;
  margin-top: 10px;
  margin-bottom: 40px;
}

.articles .content h1 {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #d6adaf;
}
.articles .content h1::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #b67c7f;
  bottom: -4px;
  width: 10%;
  display: block;
}
.articles .content h2 {
  padding: 0.5em; /*文字周りの余白*/
  color: #ffffff; /*文字色*/
  background: #eec5bc; /*背景色*/
  border-left: solid 5px #a47a77; /*左線（実線 太さ 色）*/
}
.articles .content h3 {
  position: relative;
  padding: 0.25em 0;
}
.articles .content h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(164, 122, 119), transparent);
  background: linear-gradient(to right, rgb(164, 122, 119), transparent);
}
.articles .content p {
  line-height: 1.9;
  margin: 15px 0;
}
.articles .content .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.articles .content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles .content .yt_wrapper {
  max-width: 640px;
  min-width: 280px;
  margin: 20px auto;
}

.author-image {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 3px solid #ccc;
  border-radius: 50%;
}

.media-center {
  display: block;
  margin-bottom: 1rem;
}

.media-content {
  margin-top: 3rem;
}

.article,
.promo-block {
  margin-top: 6rem;
}

.article-title {
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2;
}

.article-subtitle {
  color: #909aa0;
  margin-bottom: 3rem;
}

.article-body {
  line-height: 1.4;
  margin: 0 6rem;
}
@media screen and (max-width: 768px) {
  .article-body {
    margin: 0 10px;
  }
}

.promo-block .container {
  margin: 1rem 5rem;
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

/*# sourceMappingURL=article.css.map */
