@charset "Shift_JIS";
/* --------------------------------------------------------------------
トピックス「ランドセル」専用CSS
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
PC
--------------------------------------------------------------------- */
/* 【アイコン画像+テキスト】横並び
================================================== */
.mainframe_ .topiclist_body_ > .article_ .icon_set_txt {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.mainframe_ .topiclist_body_ > .article_ .icon_set_txt p {
  padding: 0;
}

.mainframe_ .topiclist_body_ > .article_ .icon_set_txt p:nth-of-type(1) {
  width: 40%;
  max-width: 54px;
}


/* --------------------------------------------------------------------
SP
--------------------------------------------------------------------- */
/* 【アイコン画像+テキスト】横並び
================================================== */
.wrapper_ > .topiclist_body_ > article .icon_set_txt {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 3%;
}

.wrapper_ > .topiclist_body_ > article .icon_set_txt p {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0;
}

.wrapper_ > .topiclist_body_ > article .icon_set_txt p:nth-of-type(1) {
  width: 40%;
  max-width: 54px;
}
