@charset "UTF-8";
/************************************
CSSファイルは直接編集しない！
SCSSを編集、コンパイルしてください。
*************************************/
/***********************************************
block
***********************************************/
@media screen and (min-width: 601px) {
  .header2019,
  .footer2019 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
#snsBody {
  width: 960px;
  margin: auto;
  padding: 15px 15px 40px 15px;
}

.sns_date {
  margin: 15px 0 20px;
  text-align: right;
}

.sns_title {
  margin: 0 0 40px 0;
  font-size: 166%;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.sns_subtitle {
  margin: 0 0 10px 0;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
}

.sns_sub_txt {
  margin-bottom: 40px;
  text-align: left;
}

.sns_sub_txt p {
  margin-bottom: 20px;
}

.sns_comWp {
  margin-bottom: 40px;
}

ul.snsList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 960px;
}

ul.snsList li.item001 {
  width: auto;
  background: #D3D2CF;
  color: #45433E;
  font-weight: 800;
  text-align: center;
  padding: 0.4rem 0;
  border-left: solid 1px #fff;
}

ul.snsList li.item001:first-of-type {
  border-left: solid 1px #D3D2CF;
}

ul.snsList li.item001:nth-child(5) {
  border-right: solid 1px #D3D2CF;
}

ul.snsList li.item002 {
  width: auto;
  justify-content: space-between;
  min-width: 150px;
  color: #333333;
  padding: 0.4rem;
  border-left: solid 1px #D3D2CF;
  border-bottom: solid 1px #D3D2CF;
  text-align: left;
  overflow-wrap: anywhere;
}

ul.snsList li.item002:nth-child(5n) {
  border-right: solid 1px #D3D2CF;
}

.show-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #snsBody {
    width: auto;
    padding: 2em;
    overflow-x: hidden;
  }
  #snsBody .sns_title {
    margin-bottom: 25px;
  }
  #snsBody .sns_sub_txt p {
    margin: 0 0 20px;
  }
  #snsBody .sns_comWp {
    width: 100%;
    margin: 0 auto 40px;
    overflow-x: scroll;
  }
  #snsBody .sns_comWp:last-of-type {
    padding-bottom: 0;
  }
  #snsBody .sns_list {
    width: 100%;
  }
  #snsBody .show-sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
