/* blog
------------------------*/
.pos-r {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .headline__inner--blog {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .headline__inner--blog img {
      height: 80%; } }

.blog {
  position: relative;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  color: #5a5a5a; }
  @media screen and (max-width: 640px) {
    .blog {
      margin: 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .blog__main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 30px 30px;
    border: 1px solid #b3b3b3; }
    @media screen and (max-width: 640px) {
      .blog__main {
        width: 100%;
        padding: 25px 15px 15px;
        margin-bottom: 20px; } }
  .blog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 2px solid #ed7700;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .blog__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .blog__title {
    font-size: 2.4rem;
    color: #5a5a5a; }
    @media screen and (max-width: 640px) {
      .blog__title {
        font-size: 1.8rem; } }
  .blog__date {
    font-size: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media screen and (max-width: 640px) {
      .blog__date {
        font-size: 1.0rem; } }
  .blog__text {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .blog__text {
        margin-bottom: 40px; } }
  .blog__image {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 50%; }
    @media screen and (max-width: 640px) {
      .blog__image {
        margin: 0 0 10px 0;
        max-width: 100%;
        text-align: center; } }
  .blog__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem; }
  .blog__side {
    width: 18.75%;
    margin-left: 5%; }
    @media screen and (max-width: 640px) {
      .blog__side {
        width: 100%; } }
  .blog__side_title {
    font-size: 1.6rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #ed7700; }
  .blog__backnumber li {
    margin-top: 5px; }
  .blog__backnumber a {
    font-size: 1.3rem; }
    .blog__backnumber a:before {
      content: "> "; }
  .blog__deco {
    position: absolute;
    overflow: visible;
    top: 0;
    width: 100%;
    height: calc(100% - 70px); }
    .blog__deco--left {
      position: absolute;
      height: 100%;
      width: 250px;
      top: 70px;
      left: -125px;
      background-image: url(../../img/kashiwa/blog/deco_l.png);
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        .blog__deco--left {
          display: none; } }
    .blog__deco--right {
      position: absolute;
      height: 100%;
      width: 250px;
      top: 70px;
      right: -125px;
      background-image: url(../../img/kashiwa/blog/deco_r.png);
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        .blog__deco--right {
          display: none; } }
  .blog__list li {
    margin-bottom: 30px; }
  .blog__listMore {
    display: block;
    font-size: 1.6rem; }
