@charset "utf-8";

/* =============================================
style
============================================= */
.mgn_t1{
  margin-top: 1em;
}
.mgn_t2{
  margin-top: 2em;
}

/* ------------------------------
オプション講座ページ
------------------------------ */
.icon_red{
  display: inline-block;
  color: #fff;
  margin-right: 1em;
  padding: 0.25em 1em;
  background-color: #e04536;
}

/***検定アイコン***/
.icon_1ji,
.icon_2ji{
  display: block;
  color: #fff;
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 0.25em 1em;
  font-size: 0.8em;
  text-align: center;
}
.icon_1ji{
  background-color: #e04536;
}
.icon_2ji{
  background-color: #0066cc;
}

/*****
一次サポート（ズバリ解説）
*****/
p.mgn_t1{
  margin: 0;
}
.zubari_1ji_ttl{
  display: inline-block;
  color: #fff;
  padding: 0.25em 1em;
  background-color: #e04536;
}
.zubari_1ji_box{
  padding: 1em;
  border: solid 1px #e04536;
}
.zubari_1ji_box_indent1{
  padding: 1em;
  padding-left: 2em;
  text-indent: -1em;
  border: solid 1px #e04536;
}


/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.note_indent1{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.note_indent1-5{
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
}
/* 01，などの補足 */
.note_indent2{
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.4;
}
/* （～）などの補足 */
.note_indent3{
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.4;
}
.note_indent4{
  padding-left: 4em;
  text-indent: -4em;
  line-height: 1.4;
}
.note_indent5{
  padding-left: 5em;
  text-indent: -5em;
  line-height: 1.4;
}

/*****
Web演習問題（1000本ノック）
*****/
.li_point{
  margin-bottom: 1em;
}
.li_point li{
  margin-top: 1em;
}


/* ===========================================
MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .icon_1ji,
  .icon_2ji{
    margin-right: 5px;
    display: inline-block;
  }
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  #course_info_cont{
    padding: 0 10px;
  }
  .anchor-cont__list a{
    display: block;
  }
  .text_center:has(> img){
    display: block;
}
}
