@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: 28px;
  padding-right: .5em;
}

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

.mt{
  margin-top: 40px;
}

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

.co_box a.clg{
  color: #39988F;
}

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

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

.co_box ul.note li,
.co_box p.note {
  text-indent: -1em;
  padding-left: 1em;
}

.co_box p.sm{
  font-size: 14px;
  line-height: 1.5;
}

.co_box p a{
  text-decoration: underline;
}

.co_box .mk{
  background: #FFF960;
}

.co_box .b_btn{
  font-size: 16px;
  line-height: 1;
  color: #39988F;
  padding: 11px 30px;
  margin-top: 5px;
  border: 1px solid #39988F;
  border-radius: 50px;
  display: inline-block;
}

.co_box .b_btn.aw{
  padding-right: 38px;
  position: relative;
}

.co_box .b_btn.aw::after{
  content: "";
  border-top: 12px solid #39988F;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

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

.co_box .b_btn + .note{
  margin-top: 15px;
}

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

.v_howto{
  border: 4px solid #D8E9F2;
  border-radius: 15px;
  padding: 20px;
  margin-top: 35px;
}

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

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

.v_howto ol li{
  width: 47%;
  display: flex;
  justify-content: space-between;
}

.v_howto ol li div{
  width: 60%;
}

.v_howto ol li div + div{
  width: 38%;
}

.v_howto ol li:last-of-type div{
  width: 43%;
}

.v_howto ol li:last-of-type div + div{
  width: 55%;
}

.v_howto ol li h4{
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1.4em;
}

.v_howto ol li h4 span{
  width: 1.4em;
  margin-left: -1.4em;
  display: inline-block;
}

.v_box{
  background: #EEF4F7;
  padding: 20px;
  border-radius: 15px;
}

.v_box + .v_box{
  margin-top: 30px;
}

.v_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.3;
  color: #0056A8;
  border-bottom: 2px dotted #0056A8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.v_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.v_list::after{
  content: "";
  display: block;
  width: 32%;
}

.v_list li{
  width: 32%;
}

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

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

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

.v_list li .thum p{
  width: 100%;
  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: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}

.v_list li .thum p.sub{
  font-size: 13px;
  line-height: 1;
  text-align: left;
  top: 13px;
  left: 13px;
  transform: translateY(0);
}

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

.v_list li .txt p.b{
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #0056A8;
  display: inline-block;
}

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

.v_list li dl div{
  display: flex;
  justify-content: flex-start;
}

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

.v_list li dl dt{
  font-size: 16px;
  color: #32938A;
  line-height: 1;
  padding-right: 2em;
  position: relative;
}

.v_list li dl dt::after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32938A;
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%);
}

.v_list li dl dd{
  font-size: 16px;
  line-height: 1;
}

.tab_box > div{
  display: none;
}

.tab_box > div.no5{
  display: block;
}


.tab_box .tab{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  border-bottom: 3px solid #0056A8;
  margin-bottom: 30px;
}

.tab_box .tab li{
  width: 165px;
  height: 45px;
  font-size: 20px;
  line-height: 45px;
  color: #0056A8;
  background: #EEF4F7;
  border-right: 1px solid #B7C6CC;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
}

.tab_box .tab li.active{
  color: #FFF;
  background: #0056A8;
  cursor: default;
}

@media screen and (min-width: 981px) {
  .tab_box .tab li:hover{
    color: #FFF;
    background: #0056A8;
  }
}

.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{
  padding: 50px 20px 50px 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: 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;
}

.item-thumbnail-top{
  margin-top: 35px;
}

.close{
  position: relative;
  margin: 20px 0 40px;
}

.close::before{
  content: "";
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(234,234,234,.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  z-index: 1;
}

.close::after{
  content: "視聴期間は終了しております";
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #d51708;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.close_txt{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px !important;
  line-height: 1;
  color: #d51708;
  text-align: center;
  margin: 50px 0 30px !important;
}

@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;
    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: 5vw;
    padding-right: 0;
    display: block;
    margin-bottom: 2vw;
  }

  .tr_co h1::before{
    width: 50vw;
    height: 6px;
    border-radius: 1vw;
  }

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

  .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;
  }
  
  .mt{
    margin-top: 10vw;
  }

  .co_box{
    padding: 0 0 15vw;
  }

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

  .co_box p + p,
  .co_box ul + p,
  .co_box p + ul{
    margin-top: 10vw;
  }

  .co_box p.sm{
    font-size: 3vw;
    line-height: 1.4;
  }

  .co_box .b_btn{
    font-size: 3.8vw;
    line-height: 1.3;
    color: #39988F;
    padding: 2vw 5vw;
    margin-top: 2vw;
    border-radius: 10vw;
    display: inline-block;
  }
  
  .co_box .b_btn.aw{
    padding-right: 10vw;
  }

  .co_box .b_btn.aw::after{
    border-top: 2.8vw solid #39988F;
    border-right: 1.8vw solid transparent;
    border-left: 1.8vw solid transparent;
    right: 3vw;
  }

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

  .co_box .b_btn + .note{
    margin-top: 15px;
  }

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

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

  .v_howto{
    border: 1vw solid #D8E9F2;
    border-radius: 2vw;
    padding: 5vw;
    margin-top: 6vw;
  }

  .v_howto h3{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .v_howto ol{
    display: block;
  }

  .v_howto ol li{
    width: 100%;
    display: block;
  }
  
  .v_howto ol li + li{
    margin-top: 5vw;
  }

  .v_howto ol li div{
    width: 100%;
  }

  .v_howto ol li div + div{
    width: 50%;
    margin: 2vw auto 0;
  }

  .v_howto ol li:last-of-type div{
    width: 100%;
  }

  .v_howto ol li:last-of-type div + div{
    width: 80%;
  }

  .v_howto ol li h4{
    font-size: 14px;
    line-height: 1.4;
    padding-left: 1.4em;
  }

  .v_howto ol li h4 span{
    width: 1.4em;
    margin-left: -1.4em;
    display: inline-block;
  }
  
  .v_box{
    padding: 5vw;
    border-radius: 2vw;
  }

  .v_box + .v_box{
    margin-top: 10vw;
  }

  .v_box h3{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 8vw;
    padding-bottom: 2vw;
  }
  
  
  .v_list{
    display: block;
    padding: 0 10vw;
  }

  .v_list::after{
    display: none;
  }

  .v_list li{
    width: 100%;
  }

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

  .v_list li a{
    padding: 0;
  }

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

  .v_list li .thum p{
    font-size: 3.5vw;
    line-height: 1.3;
  }
  
  .v_list li .thum p.sub{
    font-size: 2.5vw;
    line-height: 1;
    top: 2.5vw;
    left: 2.5vw;
  }

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

  .v_list li .txt p.b{
    font-size: 2.8vw;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
  }

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

  .v_list li dl div + div{
    margin-top: 2vw;
  }

  .v_list li dl dt{
    font-size: 3.6vw;
  }

  .v_list li dl dt::after{
    width: 1.5vw;
    height: 1.5vw;
  }

  .v_list li dl dd{
    font-size: 3.6vw;
    line-height: 1;
  }
  
  .tab_box > div{
    display: none;
  }

  .tab_box > div.no5{
    display: block;
  }

  .tab_box .tab{
    margin-bottom: 10vw;
    background: #eaeaea
  }

  .tab_box .tab li{
    width: 50%;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    color: #0056A8;
    background: #EEF4F7;
    border-right: 1px solid #B7C6CC;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .tab_box .tab li:nth-of-type(even){
    border-right: none;
  }

  .tab_box .tab li.active{
    color: #FFF;
    background: #0056A8;
    cursor: default;
  }
  
  .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{
    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;
  }

  .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;
  }
  
  .tab_box p{
    font-size: 3.5vw;
    line-height: 1.8;
  }
  
  /*既存のタイトルなど*/
  
  .co_box .heading-lv4{
    font-size: 3.8vw;
  }
  
  .co_box .heading-lv5{
    font-size: 3.5vw;
  }
  
  .co_box .heading-lv5-02{
    font-size: 3.5vw;
  }
  
  .item-thumbnail-top{
    margin-top: 5vw;
  }
  
}



/*No.6*/


.bbox{
  text-align: center;
  border: 1px solid #a3a4b3;
  padding: 20px;
}

.bbox p{
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.co_box .gb_list{
  padding: 15px;
  background: #f3f4f8;
  margin: 20px 0;
}

.gb_list li{
  font-size: 15px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}

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

.c_note{
  text-align: center;
  border: 1px dotted #a3a4b3;
  padding: 10px;
  margin-bottom: 20px;
}

.c_note ul{
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

.c_note ul li{
  font-size: 14px;
  line-height: 1;
}

.c_note ul li + li{
  margin-left: 15px;
}

.red{
  color: #FF0004;
}

.blue{
  color: #05c3df;
}

.purple{
  color: #8c1abb;
}

.green{
  color: #13be0f;
}

.c2,
.c2_b{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.c2 > div{
  width: 49%;
}

.c2 > div > div{
  border: 1px solid #a3a4b3;
  padding: 15px;
  min-height: 100px;
}

.c2 > div > div + div{
  margin-top: 10px;
  min-height: 345px;
}

.c2 h3,
.c2_b h3{
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.c2_b > div{
  width: 40%;
  border: 1px solid #a3a4b3;
  padding: 15px;
}

.c2_b > div + div{
  width: 60%;
  border-left: none; 
}

.c2_b p{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

.c2_b ul{
  margin: 0 !important;
}


.tbb{
  font-size: 15px;
  line-height: 1.3;
}

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

.tbb > div + div{
  margin-top: 5px;
}

.tbb > div dt{
  width: 60%;
}

.tbb > div dd{
  color: #FF0004;
}

.tbb > div dd.c_bk{
  color: #000;
}

.nomb{
  font-size: 15px;
  line-height: 1.4;
  counter-reset: number 0;
}

.nomb > li{
  padding-left: 2.5em;
}

.nomb > li + li{
  margin-top: 10px;
}

.nomb > li::before{
  width: 2.5em;
  counter-increment: number 1;
  content: "（" counter(number) "）";
  display: inline-block;
  margin-left: -2.5em;
}

.nomb.simple > li{
  padding-left: 1.3em;
}

.nomb.om > li:last-of-type::before{
  content: "8";
}

.nomb.simple > li::before{
  width: 1.3em;
  content: counter(number);
  margin-left: -1.3em;
}

.v6_txt {
  margin-bottom: 30px;
}

.v6_txt h6{
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.v6_txt p{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.v6_txt p + h6,
.v6_txt p + p{
  margin-top: 20px;
}

.v6_txt p em,
.undline{
  font-style: normal;
  text-decoration: underline;
}

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

.heading-lv5-02 span{
  font-size: 80%;
  display: inline-block;
}

.tb_box{
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
}

.tb_box th{
  width: 25%;
  text-align: center;
}


@media screen and (max-width: 980px) {
  
  .co_box .caption{
    font-size: 2.8vw;
    line-height: 1.4;
  }
  
  .bbox{
    padding: 3vw;
  }

  .bbox p{
    font-size: 3.8vw;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }

  .gb_list{
    padding: 2vw;
    margin: 5vw 0;
  }

  .gb_list li{
    font-size: 3.5vw;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
  }

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

  .c_note{
    text-align: center;
    border: 1px dotted #a3a4b3;
    padding: 2vw;
    margin-bottom: 5vw;
  }

  .c_note ul{
    display: block;
    text-align: left;
  }

  .c_note ul li{
    font-size: 3.2vw;
    line-height: 1;
  }

  .c_note ul li + li{
    margin-top: 2vw;
    margin-left: 0;
  }

  .c2,
  .c2_b{
    display: block;
    margin-bottom: 5vw;
  }

  .c2 > div{
    width: 100%;
  }
  
  .c2 > div + div{
    margin-top: 5vw;
  }

  .c2 > div > div{
    border: 1px solid #a3a4b3;
    padding: 2vw;
    min-height: inherit;
  }

  .c2 > div > div + div{
    margin-top: 0;
    min-height: inherit;
    border-top: none;
  }

  .c2 h3,
  .c2_b h3{
    font-family: 'UD Shin Go DemiBold', sans-serif;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .c2_b > div{
    width: 100%;
    border: 1px solid #a3a4b3;
    padding: 2vw;
    box-sizing: border-box;
  }

  .c2_b > div + div{
    width: 100%;
    border: 1px solid #a3a4b3;
    border-top: none;
  }

  .c2_b p{
    font-size: 3.5vw;
    line-height: 1.6;
    margin-bottom: 0 !important;
  }

  .c2_b ul{
    margin: 0 !important;
  }

  .tbb{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .tbb > div dt{
    width: auto;
    padding-right: 1em;
  }

  .nomb{
    font-size: 3.5vw;
    line-height: 1.4;
    counter-reset: number 0;
  }

  .nomb > li{
    padding-left: 2.5em;
  }

  .nomb > li + li{
    margin-top: 2vw;
  }

  .v6_txt {
    margin-bottom: 4vw;
  }

  .v6_txt h6{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .v6_txt p{
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .v6_txt p + h6,
  .v6_txt p + p{
    margin-top: 5vw;
  }

  .v6_txt p em,
  .undline{
    font-style: normal;
    text-decoration: underline;
  }

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

  .heading-lv5-02 span{
    font-size: 80%;
    line-height: 1.3;
    display: block;
  }

  .tb_box{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: center;
    padding: 1vw 0;
    margin: 4vw 0;
    overflow: auto;
  }
  
  .tb_box table{
    width: 150vw;
    font-size: 3.5vw !important;
    margin: 0;
  }
  
  .tb_box table th{
    font-size: 3.5vw !important;
  }
  
  .close{
    position: relative;
    margin: 8vw 2vw 10vw;
  }

  .close::before{
    padding: 3vw 2vw;
  }

  .close::after{
    font-size: 4.5vw;
    white-space: nowrap;
  }

  .close_txt{
    font-size: 4.5vw !important;
    margin: 10vw 0 5vw !important;
  }

}


