/* コンテナを1カラムにする */

#main_con .block1,#main_con .block2{
display:block;
width:100%;
}
#main_con .block2{/*rightbox*/
padding-left:0%;
}


.twitter-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.twitter-timeline {
  width: 100% !important;   /* 幅を親要素にフィットさせる */
}

/* X(Twitter)アイコン色変更 */
.sns .sns02 {
    background-color: #000000; !important/* ←背景の色 */
}

/* 写メ日記アイコン色変更 */
.sns .sns01 {
    background-color: #ff6347; !important/* ←背景の色 */
}

/* プロフィール1カラム化 */
#topbox #profdata dl {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
width: 100%;
}

#topbox #profdata dt {
float: none;
width: 95%;
margin-bottom: 5px;
}

#topbox #profdata dd {
float:none;
width: 95%;
}


<style>
/* スマホではリンク非表示 */
@media (max-width: 640px) {
  .ir-link-area {
    display: none;
  }
}
</style>
