@charset "utf-8";

/*PC*/
@media screen and (min-width: 1025px) {
  .posts_wrapper {
    min-height: 200px;
  }

  .inner {
    padding: 0 0 0 0px;
    position: relative;
    margin: 0 auto;
    /* padding-bottom: 4%; */
    text-align: center;
    width: 998px;
  }

  #posts_loader {
  }

  #posts_loader2 {
    width: 100%;
    min-height: 80px;
    /* background: transparent url(../img/loader.gif) center center no-repeat; */
    /* position: absolute; */
    top: 0px;
  }

  .posts_data_wrapper {
  }

  #posts_wrapper #no_posts {
    text-align: center;
    padding-top: 38px;
  }

  .one_data {
    width: 316px;
    padding: 15px 0;
    margin: 0 0 21px 0;
    background: #ffffff;border-image-slice:
    16 0 16 0;
    border-image-width:
    8px 20px 8px 20px;
    border-image-outset:
    0px 0px 0px 0px;
    border-image-repeat:
    repeat repeat;
    /* border-image-source:
    url(../../img/tw_btm.png); */
    border-radius: 10px;
    box-sizing: border-box;
  }

  .one_data:nth-child(3n) {
  }

  .one_data:nth-child(3n-1) {
  }

  .one_data:nth-child(3n-2) {
  }

  .one_data .photo {
    padding: 0;
    background-color: #fff;
  }

  .one_data p {
    margin: 10px 0;
  }

  .one_data .photo img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .one_data ul {
    display: table;
    padding: 5px 15px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .one_data ul:hover {
    cursor: pointer;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
  }

  .message {
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
    border-radius: 10px;
    line-height: 1.8em;
    padding: 0 15px;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  .one_data .icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
  }

  .one_data .time {
    display: block;
    color: #4eb56e;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
  }

  #read_more_wrapper {
    text-align: center;
    margin-top: 1.5%;
  }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .posts_wrapper {
    min-height: 200px;
  }

  .inner {
    width: 90%;
    padding: 0 0 0 0px;
    margin: 0 auto;
    /*
    position: relative;
    padding-bottom: 4%;
    text-align: center;
    width: 980px;
    max-width: 60%;*/
  }

  #posts_loader {
  }

  #posts_loader2 {
    width: 100%;
    min-height: 80px;
    /* background: transparent url(../img/loader.gif) center center no-repeat; */
    /* position: absolute; */
    top: 0px;
  }

  .posts_data_wrapper {
    margin: 0 auto;
  }

  #posts_wrapper #no_posts {
    text-align: center;
    padding-top: 38px;
  }

  .one_data {
    width: 316px;
    margin: 0 0 21px 0;
    padding: 15px 0;
    background: #ffffff;border-image-slice:
    16 0 16 0;
    border-image-width:
    8px 20px 8px 20px;
    border-image-outset:
    0px 0px 0px 0px;
    border-image-repeat:
    repeat repeat;
    /* border-image-source:
    url(../../img/tw_btm.png); */
    border-radius: 10px;
    box-sizing: border-box;
  }

  .one_data:nth-child(3n) {
  }

  .one_data:nth-child(3n-1) {
  }

  .one_data:nth-child(3n-2) {
  }

  .one_data .photo {
    padding: 0;
    background-color: #fff;
  }

  .one_data p {
    margin: 10px 0;
  }

  .one_data .photo img {
    display: block;
    max-width: 263px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }

  .one_data ul {
    display: table;
    padding: 5px 15px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .one_data ul:hover {
    cursor: pointer;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
  }

  .message {
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: left;
    border-radius: 10px;
    line-height: 1.8em;
    padding: 0 15px;
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  .one_data .icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
  }
  .one_data .time {
    color: #4eb56e;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
  }

  #read_more_wrapper {
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
}

/*SP*/
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 71em;
    margin: 0 auto;
  }

  .posts_data_wrapper {
    position: relative;
    margin-top: 0;
  }
  .one_data {
    width: 34.7em;
    padding: 1.5em 0;
    margin: 0 auto 2em;
    background: #ffffff;
    border-image-slice:
    16 0 16 0;
    border-image-width:
    8px 20px 8px 20px;
    border-image-outset:
    0px 0px 0px 0px;
    border-image-repeat:
    repeat repeat;
    border-radius: 1em;
    box-sizing: border-box;
  }

  .one_data .photo {
    margin-bottom: 2.5em;
  }

  .one_data .photo img {
    display: block;
    width: 100%;
  }

  .one_data > ul {
    display: table;
    width: 100%;
    padding: 0.5em 1.5em 0;
    margin-bottom: 1em;
    box-sizing: border-box;
  }

  .one_data li {
    display: table-cell;
    vertical-align: middle;
    /* padding-top: 1em; */
  }

  .one_data .message {
    font-size: 2em;
    line-height: 1.38;
    margin-bottom: calc(22em / 20);
    word-wrap: break-word;
    text-align: left;
    padding: 0 calc(15em / 20);
  }

  .one_data .name {
    display: table-cell;
    vertical-align: middle;
    padding-left: calc(10em / 20);
    text-align: left;
    font-size: 2em;
    font-weight: bold;
  }

  .one_data .icon {
    width: 4.8em;
    height: 4.8em;
    border-radius: 50%;
    overflow: hidden;
  }  
  .one_data .time {
    color: #4eb56e;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    padding-left: 1.5em;
  }

  #read_more_wrapper {
    width: 100%;
    padding: 0 2%;
    height: 66px;
    margin: 2% auto 0 auto;
    text-align: center;
    box-sizing: border-box;
  }

  #read_more {
    width: 100%;
    display: none;
    background-size: 100%;
  }

  #posts_loader {
    width: 100%;
    min-height: 200px;
    /*position:absolute;*/
    bottom: 10px;
  }

  #posts_loader2 {
    width: 100%;
    min-height: 200px;
    /*position:absolute;*/
    top: 0px;
  }

  #posts_wrapper #no_posts {
    text-align: center;
  }
}


