@charset "UTF-8";
/* CSS Document */

.column_head{
  margin: 0;
  border-bottom: none;
  margin-bottom: 70px;
}

.column_head > div{
  width: 100%;
  padding: 0;
  margin: 0;
}

.column_head h1{
  margin: 0;
}

.tr_header{
  text-align: center;
  background: #4CAFA6;
  position: relative;
}

.tr_header > div{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.tr_header h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #FFF;
}

.tr_header h1 span{
  font-size: 28px;
  padding-right: .5em;
}

.tr_header p{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  color: #FFF;
  margin-top: 15px;
}

.tr_co h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 35px;
  margin-bottom: 60px;
  position: relative;
}

.tr_co h1 span{
  font-size: 20px;
  display: block;
  margin-top: 5px;
}

.tr_co h1::before{
  content: "";
  width: 180px;
  height: 6px;
  background: #32938A;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title_bar{
  height: 80px;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 80px;
  color: #FFF;
  padding: 0 20px;
  margin-bottom: 25px;
  background: url("/jp/-/media/medicom/training/common/title_bk.png") right center no-repeat;
  background-size: cover;
}

.title_bar span{
  font-size: 20px;
  padding-right: .5em;
}

.title_line{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #0056A8;
  padding-bottom: 10px;
  border-bottom: #0056A8 3px solid;
  margin-bottom: 20px;
}

.title_bl{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #0056A8;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 30px;
}

.t_box{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #1e8a80;
  text-align: center;
  background: #eef4f7;
  border-radius: 10px;
  padding: 35px 0;
  margin-bottom: 30px;
}

.co_box{
  padding: 0 20px 80px;
}

.co_box p{
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.co_box p + p{
  margin-top: 35px;
}

.co_box p.dt{
  padding-left: 2em;
  margin-top: 0;
}

.co_box p.dt span{
  width: 2em;
  display: inline-block;
  margin-left: -2em;
}

.co_box p.dt4{
  padding-left: 4em;
}

.co_box p.dt4 span{
  width: 4em;
  display: inline-block;
  margin-left: -4em;
}

.co_box p.mk_line span{
  background: #FFF960;
}

.note{
  font-size: 14px;
  line-height: 1.6;
}

.note_list{
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

.note_list.ind li{
  text-indent: -1em;
  padding-left: 1em;
}

.note_list_l{
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.note_list_l li{
  text-indent: -1em;
  padding-left: 1em;
}

.note_list_l span{
  background: #FFF960;
}

ul.dot_list li{
  font-size: 16px;
  line-height: 1.6;
  padding-left: 1.3em;
}

ul.dot_list li::before{
  content: "●";
  width: 1.3em;
  color: #0056A8;
  display: inline-block;
  margin-left: -1.3em;
  transform: scale(.5);
}

ul.dot_list.gl li::before{
  color: #70B9B2;
}

ul.dot_list li + li{
  margin-top: 5px;
}

.lec_box{
  display: flex;
  justify-content: space-between;
}

.lec_box > div{
  width: 20%;
}

.lec_box > div + div{
  width: 75%;
}

.lec_box h3{
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 10px;
}

.lec_box h4{
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #0056A8;
  margin-bottom: 25px;
}

.lec_box h4 span{
  font-size: 20px;
}

.sem_box{
  padding: 20px 30px;
  background: #eef4f7;
  border-radius: 15px;
  margin-top: 30px;
}

.sem_box > div{
  display: flex;
  justify-content: flex-start;
}

.sem_box > div + div{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px dotted #A0CECA;
}

.sem_box > div dt{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 185px;
  font-size: 16px;
  line-height: 1.5;
  color: #32938A;
}

.sem_box > div dd{
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.sem_box .lg{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sem_box .lg span{
  font-size: 20px;
}

.sem_box .mt{
  margin-top: 10px;
}



@media screen and (max-width: 980px) {
  
  .column_head{
    margin: 0;
    border-bottom: none;
    margin-bottom: 15vw;
  }

  .column_head > div{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .column_head h1{
    margin: 0;
  }

  .tr_header > div{
    width: auto;
    left: 5vw;
    transform: translateY(-50%);
  }

  .tr_header h1{
    font-size: 6vw;
    line-height: 1.3;
    color: #FFF;
  }

  .tr_header h1 span{
    font-size: 4.5vw;
    padding-right: 0;
    display: block;
    margin-bottom: 2vw;
  }

  .tr_header p{
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 4vw;
  }

  .tr_co h1{
    font-size: 8vw;
    line-height: 1.3;
    padding-bottom: 15vw;
    margin-bottom: 15vw;
    position: relative;
  }

  .tr_co h1 span{
    font-size: 4.5vw;
    padding-right: 0;
    display: block;
    margin-bottom: 2vw;
  }

  .tr_co h1::before{
    content: "";
    width: 180px;
    height: 6px;
    background: #32938A;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .title_bar{
    height: 18vw;
    font-size: 5vw;
    line-height: 1;
    color: #FFF;
    padding: 7vw 4vw 0;
    box-sizing: border-box;
    margin-bottom: 5vw;
    overflow: hidden;
  }
  
  .title_bar.sm{
    font-size: 4.5vw;
  }
  
  .title_bar.ssm.tb{
    padding-top: 3.5vw;
    font-size: 4vw;
  }
  
  .title_bar.tb{
    padding-top: 3vw;
    line-height: 1.3;
  }

  .title_bar span{
    font-size: 3.8vw;
    padding-right: 0;
    display: block;
    margin-bottom: 2vw;
  }
  
  .title_bar.w span{
    display: inline-block;
    padding-right: .3em;
  }
  
  .title_bar.w.tb{
    padding-top: 3vw
  }

  .title_line{
    font-size: 5.5vw;
    line-height: 1.3;
    padding-bottom: 2vw;
    border-bottom: #0056A8 3px solid;
    margin-bottom: 5vw;
  }
  
  .title_bl{
    font-size: 5.5vw;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 3vw;
    margin-top: 5vw;
  }
  
  .t_box{
    font-size: 3.8vw;
    border-radius: 1vw;
    padding: 5vw 0;
    margin-bottom: 5vw;
  }
  
  .co_box{
    padding: 0 0 15vw;
  }

  .co_box p{
    font-size: 3.8vw;
    line-height: 1.9;
    margin: 0;
  }

  .co_box p + p{
    margin-top: 10vw;
  }
  
  .co_box p.dt4{
    padding-left: 0;
  }
  
  .co_box p.dt4 span{
    display: block;
    margin: 0;
  }

  .note{
    font-size: 3.4vw;
    line-height: 1.6;
  }

  .note_list{
    font-size: 3.4vw;
    line-height: 2;
    margin-top: 5vw;
  }

  .note_list_l{
    font-size: 3.8vw;
    line-height: 1.8;
    margin-top: 5vw;
  }

  .note_list_l span{
    background: #FFF960;
  }
  
  ul.dot_list li{
    font-size: 3.6vw;
    line-height: 1.6;
  }

  ul.dot_list li + li{
    margin-top: 1vw;
  }
  
  .lec_box{
    display: block;
  }

  .lec_box > div{
    width: 45%;
    margin: 0 auto;
  }

  .lec_box > div + div{
    width: 100%;
    margin-top: 6vw;
  }

  .lec_box h3{
    font-size: 3.5vw;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 2vw;
  }

  .lec_box h4{
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }

  .lec_box h4 span{
    font-size: 4vw;
  }

  .sem_box{
    padding: 5vw 2vw;
    border-radius: 2vw;
    margin-top: 5vw;
  }

  .sem_box > div{
    display: block;
    padding: 0 3vw;
  }

  .sem_box > div + div{
    padding-top: 5vw;
    margin-top: 5vw;
  }

  .sem_box > div dt{
    width: 100%;
    font-size: 3.6vw;
    padding-bottom: 2vw;
  }

  .sem_box > div dd{
    font-size: 3.6vw;
    line-height: 1.5;
  }

  .sem_box .lg{
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }

  .sem_box .lg span{
    font-size: 4.5vw;
  }

  .sem_box .mt{
    margin-top: 2vw;
  }

  
}
