@charset "UTF-8";

@media screen and (min-width: 835px) {
  .top_sessage_sp {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .member_item_post p:first-child, .member_item_post_side p:first-child {
    font-size: 16px;
    color: #319b03;
  }
  .member_item_post p:nth-child(2) {
    font-size: 24px;
  }
  .member_item_post p:nth-child(3) {
    font-size: 16px;
  }
  .member_item_post p:nth-child(2), .member_item_post p:nth-child(3){
    margin-top: 5px;
  }
  .member_item_post p:nth-child(3) a {
    text-decoration: underline;
    color: #656565;
  }
  .member_item_post_side p:last-child {
    font-size: 24px;
    margin-left: 20px;
  }
  .top_sessage_pc {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .top_sessage_sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .top_sessage_sp {
    text-decoration: underline;
    color: #656565;
    text-align: center;
    margin-bottom: 5px;
  }
  .member_item {
    display: block;
    font-size: 15px;
    background: #f5f5f5;
    padding: 10px;
  }
  .member_item:not(:first-child) {
    margin-top: 20px;
  }
  .member_item_img {
    text-align: center;
  }
  .member_item_post {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .member_item_post p:nth-child(2) {
    font-size: 24px;
    margin-top: 5px;
  }
  .member_item_post p:nth-child(3) {
    font-size: 16px;
    margin-top: 5px;
  }
  .member_item_post p:nth-child(3) a {
    text-decoration: underline;
    color: #656565;
  }
  .member_item_text {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
  }
  .member_item_side {
    display: block;
  }
  .member_item_post_side {
    width: 100%;
  }
  .member_item_post_side p:last-child {
    font-size: 24px;
    margin-left: 20px;
  }
  .member_item_post p span {
    display: inline-block;
  }
}