
/*タイマー*/
.timeroff{display: none;}
.timer{display: none;}

/**----------------------------------------------------------------------

----------------------------------------------------------------------**/
#COMMON.teacherguidance .col {
    margin-bottom: 50px;
}


#COMMON.teacherguidance .col h4{
    text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
#COMMON.teacherguidance .col h4 a{
    background-image: url(images/window.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}
#COMMON.teacherguidance .col h5{
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}

#COMMON.teacherguidance .col .wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#COMMON.teacherguidance .col .wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#COMMON.teacherguidance .wrap.dummy{
    background-color: #f0f0f0;
}


#COMMON.teacherguidance h3.h3syoun2020{
    width: 50%;
    margin: 40px auto;
    text-align: center;
    padding-bottom: 10px;
	line-height: 1.25;
}

#COMMON.teacherguidance h3.h3hu{    border-bottom:2px #000000 solid;}
#COMMON.teacherguidance h3.h3pmc{    border-bottom:2px #00AFEC solid;}
#COMMON.teacherguidance h3.h3mcl{    border-bottom:2px #0075C2 solid;}
#COMMON.teacherguidance h3.h3mng{    border-bottom:2px #E8380D solid;}
#COMMON.teacherguidance h3.h3com{    border-bottom:2px #F39800 solid;}


#COMMON.teacherguidance .thumb{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
#COMMON.teacherguidance .mcl_thumb01{    background-image: url(images/thumb_mcl_01.png);}
#COMMON.teacherguidance .com_thumb01{    background-image: url(images/thumb_com_01.png);}


@media only screen and (max-width: 768px) {

#COMMON.teacherguidance h3.h3syoun2020{
    width: 75%;
}


#COMMON.teacherguidance .wrap.dummy{
    display: none;
}



#COMMON.teacherguidance .rowblock.row2{
	flex-direction: column;
}
#COMMON.teacherguidance .rowblock.row2 .col{
	width: 100%;
}






}

