.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.p-blog a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.p-blog-header {
  height: 240px;
  background: url(../img/blog/p-blog-header-bg.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-blog-header {
    margin-top: 100px;
    height: 140px;
  }
}

.p-blog-header__title {
  padding-top: 40px;
  text-align: center;
}
.p-blog-header__title h1 {
  line-height: 1;
  font-size: 0;
}
.p-blog-header__title img {
  width: 477px;
}
@media screen and (max-width: 768px) {
  .p-blog-header__title {
    padding-top: 20px;
  }
  .p-blog-header__title img {
    width: 75%;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.p-blog-container {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .p-blog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .p-blog-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-blog-main__title {
  padding: 10px 0 16px;
  margin-bottom: 54px;
  border-top: 3px solid #195800;
  border-bottom: 3px solid #195800;
}

.p-blog-main__titleLabel {
  text-align: center;
}
.p-blog-main__titleLabel span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  padding: 0 19px;
  background-color: #b3d465;
  border-radius: 30px;
  font-size: 14px;
  color: #195800;
  font-weight: bold;
}

.p-blog-main__titleTitle {
  margin-top: 12px;
  text-align: center;
  font-size: 24px;
  color: #195800;
  line-height: 1.3333333333;
  font-weight: bold;
}

.p-blog-main__headTitle {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  color: #195800;
  border-bottom: 2px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .p-blog-main__headTitle {
    font-size: 20px;
  }
}

.p-blog-main__headMeta {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.p-blog-main__headMeta ._category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 16px;
  font-weight: bold;
  background-color: #88abda;
  color: #fff;
}
.p-blog-main__headMeta ._category li + li {
  margin-left: 20px;
}
.p-blog-main__headMeta ._date {
  margin-left: 20px;
  color: #000;
}
.p-blog-main__entry {
  margin-top: 28px;
}

.p-blog-main__foot {
  margin-top: 40px;
  text-align: center;
}
.p-blog-main__foot .c-btnA {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .p-blog-main__foot {
    display: none;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 769px) {
  .p-blog-aside {
    width: 240px;
    margin-left: 60px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-aside {
    margin-top: 80px;
  }
}

.p-blog-aside-item + .p-blog-aside-item {
  margin-top: 70px;
}
.p-blog-aside-item__head {
  position: relative;
  padding: 0 0 10px 20px;
  border-bottom: 3px solid #195800;
}
.p-blog-aside-item__head ._ja {
  font-size: 20px;
  color: #195800;
  font-weight: bold;
}
.p-blog-aside-item__head ._en {
  margin-top: 3px;
  font-size: 12px;
  color: #959595;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-blog-aside-item__head:before {
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #195800), color-stop(50%, #b3d465));
  background: linear-gradient(to bottom, #195800 50%, #b3d465 50%);
  position: absolute;
  left: 0;
  top: 6px;
}
.p-blog-aside-item__body li {
  list-style: none;
  border-bottom: 1px solid #195800;
  font-weight: bold;
}
.p-blog-aside-item__body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #195800;
}
.p-blog-aside-item__body li a:hover {
  padding-left: 10px;
  color: #fff;
  background-color: #b3d465;
}
.p-blog-aside-item__body li a:hover i {
  color: #fff;
}
.p-blog-aside-item__body li a i {
  width: 1em;
  color: #b3d465;
}
.p-blog-aside-item__body li a ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-blog-aside__back {
  margin-top: 35px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.p-blog-list-item + .p-blog-list-item {
  margin-top: 40px;
}
.p-blog-list-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 28px 40px;
  border: 2px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .p-blog-list-item__link {
    padding: 10px 14px 20px;
  }
}

.p-blog-list-item__title {
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  color: #195800;
  border-bottom: 2px solid #bfbfbf;
}
a:hover .p-blog-list-item__title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-blog-list-item__title {
    font-size: 20px;
  }
}

.p-blog-list-item__meta {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.p-blog-list-item__meta ._category li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 16px;
  font-weight: bold;
  background-color: #88abda;
  color: #fff;
}
.p-blog-list-item__meta ._category li + li {
  margin-left: 20px;
}
.p-blog-list-item__meta ._date {
  margin-left: 20px;
  color: #000;
}
.p-blog-list-item__lead {
  margin-top: 10px;
  font-size: 16px;
  color: black;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-blog-list-item__lead {
    font-size: 14px;
  }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cm-breadcrumb li {
  list-style: none;
}
.cm-breadcrumb li + li {
  margin-left: 20px;
}
.cm-breadcrumb__page span, .cm-breadcrumb__page a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ecf6cc;
  color: #195800;
  border: 1px solid #195800;
  border-radius: 100%;
}
.cm-breadcrumb__page.is-current span, .cm-breadcrumb__page.is-current a {
  color: #fff;
  background-color: #195800;
}
.cm-breadcrumb__page a:hover {
  color: #fff;
  background-color: #195800;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btnA.c-btnA {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #195800;
  border: 2px solid #195800;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.c-btnA.c-btnA i {
  width: 1em;
}
.c-btnA.c-btnA:hover {
  color: #195800;
  background-color: #fff;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-blog {
  margin: 25px auto 0;
  max-width: 1040px;
  padding: 0 10px;
}

.p-top-blog__head {
  text-align: center;
}
.p-top-blog__head img {
  width: 349px;
}
@media screen and (max-width: 768px) {
  .p-top-blog__head img {
    width: 300px;
  }
}

.p-top-blog__body {
  margin-top: 30px;
}
.p-top-blog__body li {
  list-style: none;
  border-top: 1px solid #c9c9c9;
}
.p-top-blog__body li:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.p-top-blog__body ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-blog__body ._link:hover {
  background: #f6f6f6;
}
.p-top-blog__body ._link:hover ._subject {
  text-decoration: underline;
}
.p-top-blog__body ._date {
  width: 110px;
}
.p-top-blog__body ._category {
  width: 164px;
  margin-right: 20px;
}
.p-top-blog__body ._category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.p-top-blog__body ._subject {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-blog__body ._link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-blog__body ._category span {
    width: auto;
    height: 24px;
    font-size: 12px;
  }
  .p-top-blog__body ._subject {
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.p-top-blog__foot {
  margin-top: 30px;
  text-align: center;
}
.p-top-blog__foot .c-btnA {
  width: 240px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::*/