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

.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 h3 span{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  background: none;
  color: #252525;
  font-weight: normal;
  display: inline-block;
  padding-left: .5em;
}

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

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

.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 30px;
  color: #000;
  display: block;
}

.v_list li .thum{
  width: 100%;
  height: 145px;
  text-align: center;
  background: #4CAFA6;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}

.v_list li .thum p{
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 30px;
  left: 0;
}

.v_list li .thum p span{
  font-size: 10px;
  padding-right: .5em;
}

.v_list li .thum p em{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  display: block;
  font-style: normal;
  margin-top: 8px
}

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

.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;
  padding-left: 70px;
}

.v_list li h4 span{
  width: 65px;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: #0056A8;
  padding: 3px 0;
  box-sizing: border-box;
  margin-left: -70px;
  margin-right: 5px;
  display: inline-block;
}

.price{
  border: 2px solid #0056A8;
  border-radius: 10px;
  overflow: hidden
}

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

.price dt{
  width: 30%;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: #0056A8;
  padding: 18px 0;
}

.price  dd{
  width: 70%;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  background: #FFF;
  padding: 18px
}

.price > div + div dt{
  border-top: 1px solid #FFF;
}

.price > div + div dd{
  border-top: 1px solid #0056A8;
}



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

.step_box + .step_box{
  margin-top: 20px;
}

.step_box > h3{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #0056A8;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #0056A8;
  position: relative;
}

.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 p + p{
  margin-top: 0;
}

.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: 35px 0 30px;
  text-align: center;
}

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

.link_btn a span{
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.link_btn a + a{
  width: 350px;
  padding: 25px 0;
  margin-top: 30px;
}

.link_btn a.blank{
  position: relative;
}

.link_btn a.blank::before{
  font-family:'FontAwesome';
  content: "\f08e";
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.sz_attention{
  text-align: center;
  border: 5px solid #ff9600;
  padding: 45px 15px 35px;
  margin-bottom: 50px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.sz_attention::before{
  content: "";
  width: 65px;
  height: 65px;
  background: #ff9600;
  position: absolute;
  top: 10px;
  right: 10px;
  border-top-right-radius: 15px;
  z-index: -1;
}

.sz_attention::after{
  content: "";
  border-right: 66px solid transparent;
  border-bottom: 66px solid #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}

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

.sz_attention p{
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0;
}

.sz_attention p a{
  color: #252525;
}

.step li div.sz_coupon,
.step li .sz_coupon div{
  padding: 0;
}

.sz_coupon{
  margin-top: 15px;
}

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

.sz_coupon h4{
  font-size: 17px;
  line-height: 1;
  margin-bottom: 5px;
}

.step .sz_coupon ol li{
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: "palt";
}

.step .sz_coupon ol li + li{
  margin-top: 5px;
}

.step .sz_coupon p.at{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0 6px;
  font-feature-settings: "palt";
}

.step .sz_coupon p.at strong{
  font-size: 140%;
}

.sz_coupon_code{
  border: 2px solid #0056A8;
  border-radius: 10px;
  overflow: hidden
}

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

.sz_coupon_code dt{
  width: 30%;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: #0056A8;
  padding: 18px 0;
  box-sizing: border-box;
}

.sz_coupon_code dd{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 70%;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #F20D11;
  background: #FFF;
  padding: 18px;
  box-sizing: border-box;
}

.sz_coupon_code dd span{
  font-size: 14px;
  font-style: normal;
  color: #252525;
}

.sz_coupon_code > div + div dt{
  border-top: 1px solid #FFF;
}

.sz_coupon_code > div + div dd{
  border-top: 1px solid #0056A8;
}

.step .sz_coupon p.note{
  font-size: 14px;
  line-height: 1.4;
  color: #CB181B;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
}

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

.course > li{
  padding: 25px;
  border-radius: 10px;
  background: #eef4f7;
}

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

.course .course_title{
  padding-bottom: 25px;
  position: relative;
}

.course .course_title > div{
  padding-bottom: 10px;
  border-bottom: dotted 2px #0056A8;
  position: relative;
}

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

.course .course_title > div p{
  font-size: 20px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.course .course_title > div p strong{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  padding-left: .3em;
}

.course .course_title > div p span{
  font-size: 16px;
  padding-left: .3em;
}

.course .course_title > p{
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.course dl > div + div{
  margin-top: 20px;
}

.course dl > div dt{
  width: 105px;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  color: #32938A;
}

.course dl > div dd{
  width: 820px;
  font-size: 16px;
  line-height: 1.8;
}

.course dl ul{
  margin: 0 !important;
}

.course dl li{
  padding-left: 1.3em;
}

.course dl li::before{
  content: "●";
  width: 1.3em;
  margin-left: -1.3em;
  color: #70B9B2;
  display: inline-block;
  transform: scale(.4);
}

.course dl li span{
  width: 150px;
  display: inline-block;
  vertical-align: top;
}

.course dl li.splg span{
  width: 180px;  
}

.course dl li span + span{
  width: 615px !important;
}

.course dl li + li{
  margin-top: 10px;
}

.b_box{
  margin-top: 30px;
  padding: 25px;
  background: #EEF4F7;
  border-radius: 10px;
}

.b_box p{
  font-size: 16px;
  line-height: 1;
  margin-left: 1.3em;
  margin-top: 20px;
}

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 li + li{
  margin-top: 5px;
}

.t_table{
  border: 2px solid #0056A8;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.t_table table{
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.t_table th,
.t_table td{
  font-size: 16px;
  line-height: 1;
  border: none;
  box-sizing: border-box;
}

.t_table th{
  color: #FFF;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  border: 1px solid #0056A8;
  border-right: 1px solid #FFF;
  background: #0056A8;
}

.t_table th:last-of-type{
  border-right: 1px solid #0056A8;
}

.t_table td{
  padding: 20px;
}

.t_table tr:first-child > td{
   border-bottom: 1px solid #0056A8;
}

.t_table tr > td + td{
   border-left: 1px solid #0056A8;
}


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

  .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 h3 span{
    font-size: 3.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;
  }

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

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

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

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

  .v_list li .thum{
    width: 100%;
    height: 30vw;
    text-align: center;
    background: #4CAFA6;
    box-shadow: .5vw .5vw 1vw 1px rgba(0, 0, 0, 0.3);
    position: relative;
  }

  .v_list li .thum p{
    font-size: 3.5vw;
    position: absolute;
    top: 30px;
    left: 0;
  }

  .v_list li .thum p span{
    font-size: 2.8vw;
    padding-right: .5em;
  }

  .v_list li .thum p em{
    font-size: 4.5vw;
    display: block;
    font-style: normal;
    margin-top: 1.5vw
  }

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

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

  .v_list li h4 span{
    width: 13vw;
    font-size: 3vw;
    padding: 1vw 0;
    margin-right: 1vw;
    margin-left: -14vw;
  }

  .price{
    border: 2px solid #0056A8;
    border-radius: 3vw;
    overflow: hidden
  }

  .price dt{
    width: 45%;
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 2vw 0;
  }

  .price  dd{
    width: 55%;
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 2vw;
    position: relative;
  }

  .price  dd span{
    position: absolute;
    top:50%;
    right: 2vw;
    transform: translateY(-50%)
  }
  
  .step_box{
    padding: 5vw 3vw 0;
    margin-bottom: 5vw;
    margin-top: 10vw;
    border-radius: 3vw;
  }

  .step_box + .step_box{
    margin-top: 5vw;
  }

  .step_box > h3{
    font-size: 5.5vw;
    padding-bottom: 2vw;
    margin-bottom: 5vw;
    border-bottom: dotted 2px #0056A8;
    position: relative;
  }

  .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 p + p{
    margin-top: 0;
  }

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

  .link_btn a span{
    font-size: 3.5vw;
    margin-top: 1vw;
  }

  .link_btn a + a{
    width: 85%;
    padding: 6vw 0;
    margin-top: 8vw;
  }

  .link_btn a.blank::before{
    font-size: 7vw;
    right: 6vw;
  }  
  
  .sz_attention{
    border: 1vw solid #ff9600;
    padding: 5vw 4vw;
    margin-bottom: 10vw;
    border-radius: 3vw;
  }

  .sz_attention::before{
    width: 10vw;
    height:10vw;
    top: 1vw;
    right: 1vw;
    border-top-right-radius: 3vw;
  }

  .sz_attention::after{
    border-right: 10.2vw solid transparent;
    border-bottom: 10.2vw solid #FFF;
    position: absolute;
    top: 1vw;
    right: 1vw;
  }

  .sz_attention h1{
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .sz_attention p{
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
  
  .sz_coupon{
    margin-top: 5vw;
  }

  .sz_coupon h4{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 1.5vw;
  }

  .step .sz_coupon ol li{
    font-size: 3.8vw;
    line-height: 1.6;
  }

  .step .sz_coupon ol li + li{
    margin-top: 1.5vw;
  }

  .step .sz_coupon p.at{
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 5vw 0 3vw;
  }

  .step .sz_coupon p.at strong{
    font-size: 115%;
    white-space: nowrap;
  }

  .sz_coupon_code{
    border: 2px solid #0056A8;
    border-radius: 2vw;
    overflow: hidden
  }

  .sz_coupon_code > div{
    display: block;
  }

  .sz_coupon_code dt{
    width: 100%;
    font-size: 3.6vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background: #0056A8;
    padding: 3vw 0;
  }

  .sz_coupon_code dd{
    width: 100%;
    font-size: 4.5vw;
    line-height: 1;
    text-align: center;
    background: #FFF;
    padding: 3vw
  }

  .sz_coupon_code dd span{
    font-size: 3.8vw;
    display: block;
    margin-top: 1vw;
  }

  .sz_coupon_code > div + div dt{
    border-top: none;
  }

  .sz_coupon_code > div + div dd{
    border-top: none;
  }

  .step .sz_coupon p.note{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-top: 2vw;
  }
  
  .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;
  }
  
  .course > li{
    padding: 5vw 3vw;
    border-radius: 2vw;
    background: #eef4f7;
  }

  .course > li + li{
    margin-top: 5vw;
  }

  .course .course_title{
    padding-bottom: 5vw;
    position: relative;
  }

  .course .course_title > div{
    padding-bottom: 3vw;
  }

  .course .course_title h3{
    font-size: 5.5vw;
    line-height: 1;
    color: #0056A8;
    position: relative;
  }
  
  .course .course_title > div p{
    font-size: 4vw;
    line-height: 1;
    margin-top: 2vw;
    margin-left: 10vw;
    text-align: right;
    position: static;
    bottom: auto;
    right: auto;
  }

  .course .course_title > div p strong{
    font-size: 5.8vw;
    padding-left: .3em;
  }

  .course .course_title > div p span{
    font-size: 3.5vw;
    padding-left: .3em;
  }

  .course .course_title > p{
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: right;
    margin-top: 2vw;
    position: static;
    bottom: auto;
    right: auto;
  }
  .course dl > div:last-of-type{
    display: block;
  }

  .course dl > div + div{
    margin-top: 5vw;
  }

  .course dl > div dt{
    width: 20%;
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .course dl > div dd{
    width: 80%;
    font-size: 3.8vw;
    line-height: 1.3;
  }
  
  .course dl > div:last-of-type dd{
    width: 100%;
    margin-top: 2vw;
  }

  .course dl ul{
    margin: 0 !important;
  }

  .course dl li{
    padding-left: 1.3em;
  }

  .course dl li + li{
     margin-top: 3vw !important;
  }

  .course dl li::before{
    content: "●";
    width: 1.3em;
    margin-left: -1.3em;
    color: #70B9B2;
    display: inline-block;
    transform: scale(.4);
  }

  .course dl li span{
    width: 100%;
    padding-bottom: 1vw;
  }

  .course dl li.splg span{
    width: 100%;
  }

  .course dl li span + span{
    width: 100% !important;
  }

  .b_box{
    margin-top: 5vw;
    padding: 4vw;
    border-radius: 1vw;
  }

  .b_box p{
    font-size: 3.6vw;
    line-height: 1;
    margin-left: 1.3em;
    margin-top: 3vw;
  }

  ul.dot_list li{
    font-size: 3.6vw;
    line-height: 1.6;
  }


  ul.dot_list li + li{
    margin-top: 1vw;
  }
  
  .t_table{
    border-radius: 2vw;
  }

  .t_table th,
  .t_table td{
    font-size: 3.3vw;
    line-height: 1.3;
  }

  .t_table th{
    padding: 1.5vw;
  }

  .t_table td{
    padding: 2vw;
  }
  
}
