.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;
}
.contents-detail .ttl-h1__text {
  font-size: 16px;
}

.blog-article {
  margin-bottom: 54px;
}
.blog-article .lyt-info__date {
  font-size: 14px;
  line-height: 1;
}
.blog-article .ttl-h1 {
  margin-top: 16px;
}
.blog-article .ttl-h1__text {
  font-size: 22px;
}
.blog-article .ttl-h2,
.blog-article .ttl-h3,
.blog-article .ttl-h4 {
  margin-top: 48px;
}
.blog-article .ttl-h2:first-of-type {
  margin-top: 16px;
}
.blog-article [class^=ttl-h] + [class^=ttl-h] {
  margin-top: 24px;
}
.blog-article .lyt-image,
.blog-article .txt,
.blog-article .txt-link {
  margin-top: 24px;
}
.blog-article .lyt-image img {
  border-radius: 4px;
}
.blog-article .lyt-image2__content {
  margin-top: 0;
}
.blog-article .ttl-h2--border {
  margin-top: 48px;
}
.blog-article .bx-fill {
  margin-top: 28px;
}
.blog-article .bx-fill .bx-fill__title {
  margin-bottom: 16px;
}

.blog-aside {
  padding-bottom: 40px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.blog-aside .cheer-button-area {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.blog-aside .cheer-button-area span {
  vertical-align: middle;
}
.blog-aside .cheer-button.disabled {
  pointer-events: none;
  cursor: default;
}
.blog-aside .symbol-cheer {
  width: 26px;
  vertical-align: middle;
  margin-right: 4px;
}
.blog-aside .btn-negative__text {
  color: #16160e;
}
.blog-aside .btn-normal__text {
  font-weight: bold;
}
.blog-aside .cheer-count {
  margin-left: 8px;
  font-weight: bold;
  vertical-align: top;
}
.blog-aside [class^=msg] {
  font-size: 12px;
  margin-top: 8px;
}
.blog-aside .msg-notice {
  color: #767676;
}
.blog-aside .msg-error {
  color: #e8000a;
}
.blog-aside .i-arrow {
  font-size: 12px;
  margin-top: 12px;
  display: block;
}
.blog-aside .cheer-message {
  display: none;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
  padding: 16px;
  border-radius: 4px;
  position: absolute;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
.blog-aside .cheer-message::before {
  content: "";
  border-color: transparent #fff #fff #fff;
  border-width: 8px;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 17px;
  bottom: -6px;
  margin: -6px 0 0 -5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.blog-aside .cheer-message::after {
  content: "";
  position: absolute;
  left: 17px;
  margin: -6px 0 0 -10px;
  height: 15px;
  width: 26px;
  bottom: 0;
  background-color: #ffffff;
  z-index: 101;
}
.blog-aside .share-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-aside .share-button {
  margin-right: 12px;
}
.blog-aside .share-button .btn {
  height: 28px;
}
.blog-aside .share-button iframe {
  vertical-align: sub;
}
.blog-aside .share-button-x {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 12px 1px 12px;
  background-color: #0f1419;
  border-radius: 9999px;
  font-weight: 500;
  cursor: pointer;
}
.blog-aside .share-button-x a {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.blog-aside .share-button-x a::before {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon/x.svg) no-repeat center/12px 13px;
  height: 13px;
  line-height: 13px;
  width: 12px;
  margin-right: 3px;
}

.blog-navigation {
  padding: 20px 0 48px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #c8c8c8;
}
.blog-navigation a:hover {
  text-decoration: none;
}
.blog-navigation a:hover span {
  text-decoration: underline;
}
.blog-navigation p {
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.blog-navigation p i:before {
  margin-left: 4px;
}
.blog-navigation .prev,
.blog-navigation .next {
  margin-bottom: 32px;
}
.blog-navigation .prev p {
  align-items: baseline;
}
.blog-navigation .prev i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-navigation .next {
  margin-bottom: 0;
}

.contents-sub .bx-fill {
  margin-bottom: 24px;
  padding: 16px 16px 32px 16px;
}
.contents-sub .bx-fill img {
  border: none;
  width: 128px;
}
.contents-sub .bx-fill .lyt-image {
  margin-top: -20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.contents-sub .bx-fill .lyt-image__caption {
  position: relative;
  top: 20px;
}
.contents-sub .bx-fill .lyt-image__circle {
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  border: 1px solid #e5e5e5;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.contents-sub .bx-fill .lyt-image__circle i {
  font-size: 56px;
  color: #cccccc;
  position: relative;
  top: 28px;
}
.contents-sub .bx-fill .ttl-h4,
.contents-sub .bx-fill .txt {
  margin-top: 16px;
}

[data-modal-id=aboutCheerDialog] .modal-content-title {
  font-size: 18px;
  margin-bottom: 20px;
}

@-webkit-keyframes cheer {
  0% {
    opacity: 0;
    bottom: 0;
  }
  3% {
    opacity: 1;
    bottom: 140px;
  }
  6% {
    opacity: 1;
    bottom: 120px;
  }
  80% {
    opacity: 1;
    bottom: 120px;
  }
  90% {
    opacity: 0;
    bottom: 120px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes cheer {
  0% {
    opacity: 0;
    bottom: 0;
  }
  3% {
    opacity: 1;
    bottom: 140px;
  }
  6% {
    opacity: 1;
    bottom: 120px;
  }
  80% {
    opacity: 1;
    bottom: 120px;
  }
  90% {
    opacity: 0;
    bottom: 120px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes cheerMobile {
  0% {
    opacity: 0;
    bottom: 0;
  }
  3% {
    opacity: 1;
    bottom: 186px;
  }
  6% {
    opacity: 1;
    bottom: 166px;
  }
  80% {
    opacity: 1;
    bottom: 166px;
  }
  90% {
    opacity: 0;
    bottom: 166px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes cheerMobile {
  0% {
    opacity: 0;
    bottom: 0;
  }
  3% {
    opacity: 1;
    bottom: 186px;
  }
  6% {
    opacity: 1;
    bottom: 166px;
  }
  80% {
    opacity: 1;
    bottom: 166px;
  }
  90% {
    opacity: 0;
    bottom: 166px;
  }
  100% {
    bottom: 0;
  }
}
@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;
  }
  .contents-detail .lyt-title__main-img {
    width: 64px;
  }
  .contents-detail .ttl-h1__text {
    font-size: 20px;
  }
  .blog-article .ttl-h1__text {
    font-size: 26px;
  }
  .blog-article [class^=ttl-h] + [class^=ttl-h] {
    margin-top: 32px;
  }
  .blog-article .lyt-image,
  .blog-article .txt,
  .blog-article .txt-link {
    margin-top: 32px;
  }
  .blog-article .lyt-image2 {
    margin-top: 32px;
  }
  .blog-article .lyt-image2__content {
    width: calc(100% - 416px);
  }
  .blog-article .lyt-image2__content .txt {
    margin-top: 0;
  }
  .blog-article .lyt-image2__image {
    width: 384px;
  }
  .blog-article .lyt-youtube {
    margin-top: 32px;
  }
  .blog-article .ttl-h2--border {
    margin-top: 64px;
  }
  .blog-article .txt-notice {
    font-size: 14px;
  }
  .blog-article .bx-fill {
    padding: 32px;
  }
  .blog-aside {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-aside .cheer-button-area {
    margin-bottom: 0;
  }
  .blog-aside .i-arrow {
    font-size: 14px;
    margin-top: 10px;
  }
  .blog-aside .cheer-message {
    max-width: 292px;
  }
  .blog-aside .cheer-message.active {
    -webkit-animation: cheer 4s ease-in-out;
            animation: cheer 4s ease-in-out;
  }
  .blog-aside .share-buttons {
    justify-content: flex-end;
  }
  .blog-navigation {
    border-bottom: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-navigation p {
    font-size: 14px;
  }
  .blog-navigation .prev,
  .blog-navigation .next {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .blog-navigation .prev p {
    justify-content: flex-start;
  }
  .blog-navigation .next {
    margin-left: auto;
    justify-content: flex-end;
  }
  .blog-navigation .next p {
    justify-content: flex-end;
  }
  .blog-navigation .inline {
    text-align: left;
    max-width: 345px;
  }
  .contents-sub .bx-fill {
    display: block;
    border-radius: 4px;
  }
  .contents-sub .bx-fill img {
    width: 104px;
  }
  .contents-sub .bx-fill .lyt-image {
    margin-top: 0;
  }
  .contents-sub .bx-fill .lyt-image__caption {
    top: 16px;
  }
  .contents-sub .bx-fill .lyt-image__circle {
    width: 104px;
    height: 104px;
  }
  .contents-sub .bx-fill .lyt-image__circle i {
    font-size: 48px;
    top: 22px;
  }
  .contents-sub .bx-fill .txt {
    font-size: 14px;
  }
}
@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;
  }
  .blog-aside .cheer-message.active {
    -webkit-animation: cheerMobile 4s ease-in-out;
            animation: cheerMobile 4s ease-in-out;
  }
}