.contents,
.contents-detail,
.contents-archive {
  width: auto;
  border-bottom: 12px solid #f6f6f6;
}

.page-blog__head {
  padding: 16px 16px 32px 16px;
}

.lyt-title {
  flex-direction: column;
}

.lyt-title__main,
.lyt-title__aside {
  width: 100%;
}

.lyt-title__main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.lyt-title__main a {
  display: flex;
  align-items: center;
}
.lyt-title__main a:hover .txt-excerpt,
.lyt-title__main a:hover .ttl-h1__text {
  color: #1e50a2;
  text-decoration: underline;
}
.lyt-title__main a:hover .lyt-title__main-img {
  opacity: 0.8;
}

.lyt-title__main-img {
  border: 1px solid #d9d9d9;
  margin-right: 12px;
}
.lyt-title__main-img img {
  width: 76px;
}

.lyt-title__main-txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.ttl-h1,
.ttl-h4 {
  padding-right: 0;
  margin-left: 0;
}
.ttl-h1:not(:first-child),
.ttl-h4:not(:first-child) {
  margin-top: 0;
}
.lyt-title__aside .like_button {
  overflow: hidden;
  text-align: center;
  border: 2px solid #e5e5e5;
}
.lyt-title__aside .like_button img {
  display: inline-block;
  width: 16px;
  margin: 0 8px 3px 0;
  vertical-align: middle;
}
.lyt-title__aside .like_btn {
  display: block;
  padding: 8px;
  background: none;
  border: 0;
  width: 100%;
}
.lyt-title__aside .like_btn img {
  -webkit-animation: blink 0.4s ease;
          animation: blink 0.4s ease;
}
.lyt-title__aside .like_btn.active img {
  -webkit-animation: beat 0.4s ease-in-out;
          animation: beat 0.4s ease-in-out;
}

.page-blog__body {
  padding: 0 16px;
}
.page-blog__body a:hover .lyt-info__title,
.page-blog__body a:hover .lyt-info__text {
  color: #1e50a2;
  text-decoration: underline;
}
.page-blog__body a:hover img {
  opacity: 0.85;
}
.page-blog__body .cheer-label {
  margin-top: 16px;
  line-height: 1;
  display: table;
}
.page-blog__body .cheer-label .cheer {
  width: 22px;
  vertical-align: middle;
}
.page-blog__body .cheer-label .cheer-count {
  margin-left: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.page-blog__body .lst-info__item--latest {
  border-bottom: 1px dashed #c8c8c8;
  margin-bottom: 20px;
}
.page-blog__body .lst-info__item--latest .lyt-info__title {
  font-size: 20px;
}
.page-blog__body .lst-info__item--latest .lyt-info__img {
  width: 100%;
  margin: 0 0 20px 0;
}
.page-blog__body .lst-info__item--latest .lyt-info__summary {
  overflow: visible;
  margin-bottom: 15px;
  padding-top: 15px;
}
.page-blog__body .lst-info__item {
  border-bottom: 1px dashed #c8c8c8;
}
.page-blog__body .lst-info__item .lyt-info__title {
  font-size: 14px;
}
.page-blog__body .lst-info__item .lyt-info__date {
  font-size: 14px;
}
.page-blog__body .lst-info__item .lyt-info__text {
  display: none;
}
.page-blog__body .lst-info__item .lyt-info__img {
  box-sizing: border-box;
}
.page-blog__body .lst-info__item .lyt-info__img img {
  display: block;
  vertical-align: middle;
}

.contents-sub {
  padding: 16px 16px 40px 16px;
  box-sizing: border-box;
  max-width: inherit;
}
.contents-sub .lst-info__item {
  border-bottom: none;
  margin-bottom: 5px;
}
.contents-sub .lyt-info__img {
  box-sizing: border-box;
}
.contents-sub .lyt-info__date {
  font-size: 14px;
}
.contents-sub .lyt-info__title {
  font-weight: 400;
  font-size: 14px;
}
.contents-sub .archive {
  margin-top: 24px;
  padding-bottom: 40px;
}
.contents-sub .txt-link--right {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
}
.aside .section-gray {
  padding: 16px;
}
.aside .section-gray:last-child {
  border-bottom: none;
}
.aside .section-gray .text-right {
  font-size: 14px;
}

.articles ul {
  overflow: hidden;
}
.articles li {
  width: 244px;
  border-radius: 5px;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 32px;
  margin-bottom: 0;
  float: left;
}
.articles li:nth-child(3n) {
  margin-right: 0;
}
.articles li a {
  display: block;
}
.articles li a:hover .photo {
  opacity: 0.8;
}
.articles li a:hover .texts p {
  color: #1e50a2;
  text-decoration: underline;
}
.articles .photo img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  vertical-align: middle;
}
.articles .texts {
  padding: 16px 0 0;
}
.articles p {
  font-size: 14px;
}
.articles .date {
  color: #767676;
  margin-top: 0.3em;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .contents,
  .contents-detail,
  .contents-archive {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
  }
  .contents-main {
    width: 100%;
    margin-right: 32px;
  }
  .page-blog__head {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 32px;
  }
  .lyt-title {
    flex-flow: row;
  }
  .lyt-title__main {
    margin: -16px 32px 0 0;
  }
  .lyt-title__main-img img {
    width: 80px;
  }
  .ttl-h1__text {
    font-size: 24px;
  }
  .lyt-title__aside {
    flex-basis: 285px;
  }
  .lyt-title__aside .like_button {
    background-color: #ffffff;
    display: inline-block;
    width: 200px;
    border-radius: 5px;
    font-size: 14px;
  }
  .page-blog__body {
    padding: 0;
  }
  .page-blog__body .lst-info__item--latest {
    margin-bottom: 24px;
  }
  .page-blog__body .lst-info__item--latest .lyt-info__date {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .page-blog__body .lst-info__item--latest .lyt-info__img {
    width: 520px;
    margin-right: 16px;
    margin-bottom: 24px;
  }
  .page-blog__body .lst-info__item--latest .lyt-info__summary {
    padding-top: 0;
  }
  .page-blog__body .lst-info__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .page-blog__body .lst-info__item .lyt-info__title {
    font-size: 18px;
  }
  .page-blog__body .lst-info__item .lyt-info__date {
    margin-bottom: 16px;
  }
  .page-blog__body .lst-info__item .lyt-info__text {
    display: block;
  }
  .contents-sub {
    width: 244px;
    min-width: 244px;
    padding: 0;
  }
  .contents-sub section {
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  .contents-sub section .ttl-h2--icon {
    color: #6b6b6b;
    font-size: 16px;
  }
  .contents-sub section .ttl-h2__text {
    padding-left: 18px;
  }
  .contents-sub .lst-info {
    margin-top: 0;
  }
  .contents-sub .lst-info__item {
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #e5e5e5;
  }
  .contents-sub .lst-info__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contents-sub .lyt-info__img {
    font-weight: normal;
    margin-right: 8px;
    width: 90px;
  }
  .contents-sub .archive {
    padding-bottom: 24px;
  }
  .contents-sub .archive .frm-select {
    width: 210px;
  }
  .contents-sub .txt-link--right {
    display: none;
  }
  .aside {
    width: 832px;
    padding-bottom: 32px;
    margin-left: -16px;
  }
  .articles ul {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .lyt-title__aside .like_button {
    border-radius: 5px;
    font-size: 11px;
    height: inherit;
    margin-top: 16px;
  }
  .lyt-title__aside .like_button img {
    margin: 0 6px 2px 0;
  }
  .articles li {
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .articles .photo {
    width: 30%;
    float: left;
  }
  .articles .photo img {
    border-radius: 5px;
  }
  .articles .texts {
    width: 65%;
    float: right;
    padding: 0;
  }
}