@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;
  padding-bottom: 35px;
  margin-bottom: 60px;
  position: relative;
}

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

.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;
}

.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;
}

.att_box{
  padding: 34px;
  margin-top: 50px;
  border: 4px solid #D8E9F2;
  border-radius: 10px;
}

.att_box h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #0056A8;
  margin-bottom: 20px;
  padding-left: 33px;
  position: relative;
}

.att_box h3::before{
  content: "";
  width: 29px;
  height: 25px;
  background: url("/jp/-/media/medicom/training/common/icon_at.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.att_box p{
  margin-bottom: 20px;
}

.att_box p.nmt{
  margin-top: 0 !important;
}

.att_box strong{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.att_box span{
  background: #FFF960;
}

.nmber{
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  counter-reset: number 0; 
}

.nmber li{
  counter-increment: count;
  padding-left: 2em;
}

.nmber li:before {
  width: 1.5em;
  margin-left: -2em;
  margin-right: .5em;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ". ";
}

.nmber li + li{
  margin-top: 20px;
}

.mov_box{
  padding: 25px;
  padding-bottom: 35px;
  margin-bottom: 45px;
  border-radius: 10px;
  background: #EEF4F7;
  text-align: center;
}

.mov_box a{
  display: block;
}

.mov_box a img{
  display: block;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.mov_box a span{
  width: 235px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #39988F;
  border: 1px solid #39988F;
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
}


.list_box{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 30px;
  background: #EEF4F7;
  border-radius: 10px;
  margin-bottom: 60px;
}

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

.list_box dl > div{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: flex;
  justify-content: flex-start;
}

.list_box dl > div + div{
  margin-top: 15px;
}

.list_box dl > div dt{
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #32938A;
}

.list_box dl > div dd{
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}

.list_box dl > div dd::before{
  content: "●";
  color: #70B9B2;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%) scale(.5);
}

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

.list_box .list ul{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 50%;
  font-size: 16px;
  line-height: 1;
  color: #0056A8;
}

.list_box .list ul li:before {
  text-align: right;
  font-weight: bold;
}

.list_box .list ul + ul{
  counter-reset: number 20; 
}

.list_box .list ul a{
  color: #0056A8;
}

.list_box .nmber li + li{
  margin-top: 15px;
}

.v_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 25px;
}

.v_list li{
  width: 32%;
  background: #EEF4F7;
  border-radius: 10px;
}

.v_list li:nth-of-type(n+4){
  margin-top: 15px;
}

.v_list li a{
  padding: 20px 13px;
  color: #000;
  display: block;
}

.v_list li .thum{
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.v_list li .txt{
  padding: 15px 5px 0;
}

.v_list li h4{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #0056A8;
}

.step{
  padding: 50px 20px 20px 30px;
  margin-bottom: 35px;
  background: #EEF4F7;
  border-radius: 10px;
}

.step > li{
  position: relative;
  padding-bottom: 35px;
}

.step > li::before{
  content: "";
  width: 3px;
  height: 100%;
  background: #BFDDDA;
  position: absolute;
  top: 0;
  left: 55px;
}

.step > li:last-of-type::before{
  display: none;
}

.step h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #39988F;
  padding-left: 125px;
  position: relative;
}

.step h3 span{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 110px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #39988F;
  border: 1px solid #39988F;
  background: #FFF;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.step h3 em,
.step h3 i{
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  display: inline-block;
}

.step h3 em{
  margin-left: 1em;
  padding: 1px 25px;
  border: 1px solid #39988F;
  transform: translateY(-3px)
}

.step h3 i{
  padding-left: 1.3em;
  position: relative;
}
.step h3 i::before{
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #39988F;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.step li div{
  padding: 15px 0 0 125px;
}

.step li p{
  font-size: 16px;
  line-height: 1.9;
}

.step li{
  font-size: 16px;
  line-height: 1.9;
}

.step li div > ul{
  margin-top: 20px;
}

.step li div li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.step li div li span{
  background: #FFF960;
}

.v_note{
  font-size: 16px;
  line-height: 1.6;
}

.v_note li + li{
  margin-top: 8px;
}

.v_note.sl{
  margin-left: -20px;
}

.link_btn{
  padding: 65px 0 30px;
  text-align: center;
}

.link_btn a{
  width: 280px;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  padding: 20px 0;
  margin: 0 auto;
  background: #39988F;
  border-radius: 50px;
  display: block;
}


@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;
    color: #FFF;
  }

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

  .tr_header p{
    font-size: 4vw;
    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: 4vw;
    margin-top: 1vw;
  }

  .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.tb{
    padding-top: 4vw
  }

  .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;
  }
  
  .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;
  }

  .att_box{
    padding: 5vw;
    margin-top: 10vw;
    border: 4px solid #D8E9F2;
    border-radius: 3vw;
  }

  .att_box h3{
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 4vw;
    padding-left: 8vw;
  }

  .att_box h3::before{
    width: 6.5vw;
    height: 6vw;
  }

  .att_box p{
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .nmber{
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    counter-reset: number 0; 
  }

  .nmber li + li{
    margin-top: 4vw;
  }
  
  .mov_box{
    padding: 4vw;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
    border-radius: 1.5vw;
  }

  .mov_box a img{
    box-shadow: .5vw .5vw 1vw 1px rgba(0, 0, 0, 0.3);
  }

  .mov_box a span{
    width: 75%;
    height: 10vw;
    font-size: 3.5vw;
    line-height: 10vw;
    margin-top: 5vw;
    border-radius: 10vw;
  }


  .list_box{
    padding: 5vw;
    border-radius: 3vw;
    margin-bottom: 10vw;
  }

  .list_box > div + div{
    margin-top: 5vw;
    padding-top: 5vw;
    border-top: dotted 2px #A0CECA;

  }

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

  .list_box dl > div + div{
    margin-top: 4vw;
  }

  .list_box dl > div dt{
    font-size: 3.8vw;
    line-height: 1.3;
    white-space: nowrap;
  }

  .list_box dl > div dd{
    font-size: 3.8vw;
    line-height: 1.3;
    padding-left: 5vw;
  }

  .list_box dl > div dd::before{
    top: 0;
    left: 1vw;
    transform: scale(.5);
  }

  .list_box .list{
    display: block;
    padding: 6vw 2vw 0;
    
  }

  .list_box .list ul{
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.3;
    color: #0056A8;
  }

  .list_box .nmber li + li{
    margin-top: 2vw;
  }

  .v_list{
    display: block;
    padding: 0 10vw;
    margin-top: 5vw;
  }

  .v_list li{
    width: 100%;
    background: #EEF4F7;
    border-radius: 1.5vw;
  }

  .v_list li:nth-of-type(n+2){
    margin-top: 5vw;
  }

  .v_list li a{
    padding: 4vw 3vw;
  }

  .v_list li .thum{
    width: 100%;
    text-align: center;
    box-shadow: .5vw .5vw 1vw 1px rgba(0, 0, 0, 0.3);
  }

  .v_list li .txt{
    padding: 4vw 1vw 0;
  }

  .v_list li h4{
    font-size: 3.8vw;
  }

  .step{
    padding: 10vw 4vw 0;
    margin-bottom: 5vw;
    border-radius: 3vw;
  }

  .step > li{
    position: relative;
    padding-bottom: 10vw;
  }

  .step > li::before{
    left: 11vw;
  }

  .step h3{
    font-size: 5vw;
    line-height: 1.3;
    padding-left: 25vw;
  }

  .step h3 span{
    width: 22vw;
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    border-radius: 10vw;
    top: 0;
    left: 0;
    transform: translateY(-1vw);
  }

  .step h3 em,
  .step h3 i{
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .step h3 em{
    margin-left: 0;
    padding: 0 5vw;
    margin-top: 3vw;
    border: 1px solid #39988F;
    transform: translateY(-3px);
  }

  .step h3 i{
    padding-left: 1.3em;
    position: relative;
  }
  .step h3 i::before{
    content: "";
    border-top: 1.3vw solid transparent;
    border-bottom: 1.3vw solid transparent;
    border-left: 1.8vw solid #39988F;
    left: 1.5vw;
  }

  .step li div{
    padding: 3vw 0 0 25vw;
  }

  .step li p{
    font-size: 3.8vw;
    line-height: 1.7;
  }

  .step li{
    font-size: 3.8vw;
    line-height: 1.9;
  }

  .step li div > ul{
    margin-top: 5vw;
  }
  
  .v_note{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .v_note li + li{
    margin-top: 1vw;
  }

  .v_note.sl{
    margin-left: 0;
  }

  .link_btn{
    padding: 8vw 0 5vw;
    text-align: center;
  }

  .link_btn a{
    width: 90%;
    font-size: 4vw;
    line-height: 1.3;
    color: #FFF;
    padding: 3vw 5vw 3vw 0; 
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 15vw;
    display: block;
  }


}
