@charset "utf-8";

/* =============================================
	students event
============================================= */
.info-img{
  padding: 15px;
  margin: 0 0 15px;
  text-align: center;
  background-color: #f0f2f1;
  border: 1px solid #e2e4e3;
}
ol.decimal li p{
  margin: 0 0 15px;
}
.question__text{
  margin: 30px 0 15px;
  font-size: 2.0rem;
  color: var(--ict-red);
}
p.answer__text{
  margin: 0 0 15px;
}
.content-lead p{
  font-size: 1.8rem;
}
.q_mark,
.a_mark{
  position: relative;
  display: inline-block;  font-family: Arial, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.a_mark{
  top: 0.1em;
  color: #67899c;
}
.note-box__ttl{
  font-size: 1.5rem;
}
.note-box{
  padding: 15px;
  margin: 5px 0 30px;
  border: 1px solid #ccc;
}
.note__table p{
  font-size: 1.5rem;
}
.note__table p:last-child{
  margin: 0;
}
.note__table{
  width: 100%;
  margin: 0 0 20px;
}
.note__table th,
.note__table td{
  padding: 10px 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
}
.note__table th{
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
  background-color: #efefef;
}
.note__table td.text_left{
  text-align: left;
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  main .info-img img{
  width: 100%;
  height: auto;
  object-fit: fill;
 }
}

/* PC----------------------------- */
@media screen and (width >= 768px){

}