@charset "utf-8";
/*-------------------------------------------------

「SAMURAI ENGLISH」css
#mpjt_live_live

-------------------------------------------------*/
#mpjt_live strong{
    color: #333;
}
#mpjt_live .btn01,
#mpjt_live .btn02,
#mpjt_live .btn03{
    text-align: center;
    font-size: 1.6rem;
    background-color: #0E3A85;
    display: block;
    color:#fff;
    margin: 0 auto;
    width: 100%;
    padding:5px 0;
    text-decoration: none;
}
#mpjt_live .main{
    width: 100%;
    margin: -20px auto 0;
}
#mpjt_live .main img{
    width: 100%;
}
#mpjt_live .live .inner,
#mpjt_live .sp_contents .inner,
#mpjt_live .mpjt .inner,
#mpjt_live .live .inner{
    width: 100%;
    margin:30px auto;
    padding: 0 20px;
  }

#mpjt_live .live .inner img,
#mpjt_live .sp_contents .inner img,
#mpjt_live .mpjt .inner img,
#mpjt_live .live .inner img{
    width: 100%;
}

#mpjt_live .live .inner p a,
#mpjt_live .sp_contents .inner p a,
#mpjt_live .mpjt .inner p a{
    color:#005796;
}
#mpjt_live .sp_contents div .btn02 span, 
#mpjt_live .sp_contents div .btn03 span {
    color: #fff;
}
#mpjt_live .live h2,
#mpjt_live .mpjt h2,
#mpjt_live #english_tanki h2{
    background: url("/lpi/mpjt/live/img/title_bg_sp.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 8px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
#mpjt_live .live h2::after,
#mpjt_live .mpjt h2::after,
#mpjt_live #english_tanki h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #17499F;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -17px;
}

#mpjt_live .live .inner p{
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px;
}
#mpjt_live .sp_contents .inner h2{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 auto 30px;
    background: url("/lpi/mpjt/live/img/title_bg_sp.jpg") no-repeat;
    position: relative;
    width: 100%;
}
#mpjt_live .sp_contents .inner h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #17499F;
    position: absolute;
    left: 10%;
    bottom: -17px;
    margin-left: -17px;
}
#mpjt_live .sp_contents div{
    margin:40px 0;
}

#mpjt_live .sp_contents div figure,
#mpjt_live .mpjt div figure{
    padding-bottom:30px;
}

#mpjt_live .sp_contents div figure img,
#mpjt_live .mpjt div figure img,
#mpjt_live .live div figure img{
    border-radius: 15px;
    width: 100%;
}
#mpjt_live .sp_contents .sp_txt {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px;
}

#mpjt_live .sp_contents div table{
    margin:30px 0;
}

#mpjt_live .sp_contents div table th{
    text-align: left;
    font-weight: normal;
    width: 15%;
    border-bottom:1px solid #ccc;
    padding:10px;
}

#mpjt_live .sp_contents div table td{
    border-bottom:1px solid #ccc;
    padding:10px;
}

#mpjt_live .sp_contents div table a{
    color:#005796;
}


#mpjt_live .live .samurai{
}

#mpjt_live .live .samurai p,
#mpjt_live .mpjt p{
    overflow: auto;
    text-align: left;
    line-height: 1.6;
}
#mpjt_live .live .samurai figure{
    margin:40px 0 20px;
}

/* future
----------------------------------------- */
#mpjt_live .future{
    background: linear-gradient(to bottom, #0067A5, #66b3de);
    position: relative;
}

#mpjt_live .future #future{
    position: absolute;
    top:-100px;
    left:0;
}

#mpjt_live .future .inner{
    padding:30px 20px 0;
}
#mpjt_live .future h2{
    background: url("/lpi/mpjt/live/img/title_bg_sp.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:1.6rem;
    padding:10px 0 8px;
    line-height: 1.2;
}
#mpjt_live .future p{
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}
#mpjt_live .future p img{
    margin-top:20px;
}
#mpjt_live .future_b{
    text-align: center;
    position: relative;
}
#mpjt_live .future_b #future_b{
    position: absolute;
    top: -100px;
    left: 0;
}

#mpjt_live .future_tit_bg{
    width: 100%;
    background: #66b3de;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    margin-bottom: 20px;
}
#mpjt_live .future_tit{
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
#mpjt_live .future_tit_bg::before,
#mpjt_live .future_tit_bg::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 5;
}
#mpjt_live .future_tit_bg::after {
    border-top: 56px solid #66b3de;
    bottom: 0;
    background: #fff;
}
#mpjt_live .banner_tit{
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
#mpjt_live .banner_tit img{
    width: 80%;
}

/* flow_lesson
----------------------------------------- */
#mpjt_live .flow_lesson {
    background: #E2F0FC;
    position: relative;
}

#mpjt_live .flow_lesson .tit{
    background: url("/lpi/mpjt/live/img/title_bg_sp.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0 8px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
#mpjt_live .flow_lesson .tit::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #17499F;
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin-left: -17px;
}
#mmpjt_livepjt .flow_lesson #flow_lesson{
    position: absolute;
    top:-100px;
    left:0;
}
#mpjt_live .flow_lesson .flow li:not(:first-child)::before {
    border-color: #E2F0FC transparent transparent;
}
#mpjt_live .contact_block {
    background: #E2F0FC;
}
#mpjt_live .contact_block .btn_orange01 {
    border-color: #ff7e00;
}

/* level
----------------------------------------- */
#mpjt_live .level{
    background-color: #E2F0FC;
    padding:50px 20px;
}
#mpjt_live .level h2 {
  font-size: 1.6rem;
    margin:20px 0 40px;
    text-align: center;
    position: relative;
}
#mpjt_live .level h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60%;
  height: 1px;
  transform: translate(-50%);
  background-color: #000;
}

#mpjt_live .level-block__detail-wrap{
    width: 100%;
    margin: 0 auto;
}
#mpjt_live .level .level-block__detail {
  display:block;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #fff;
}
#mpjt_live .level .level-block__detail__ttl {
  width: 100%;
  font-size: 1.4rem !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#mpjt_live .level .level-block__detail__list {
  width: 100%;
  padding: 0 10px;
}
#mpjt_live .level .level-block__detail__fig img {
  width: 100%;
    margin-top: 20px;
}
/* english_tanki
----------------------------------------- */
#mpjt_live #english_tanki{
    width: 100%;
    margin:0 auto;
}
#mpjt_live #english_tanki .main{
    width: 100%;
    text-align: center;
    background: url("/lpi/mpjt/live/img/main_bg_sp.png") no-repeat top;
    background-size: cover;
    position: relative;
    z-index: 0;
}
#mpjt_live #english_tanki .main::before{
    background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
    z-index: -1;
}
#mpjt_live #english_tanki .main .inner {
    width: 100%;
    overflow: hidden;
    padding: 40px 20px;
}

#mpjt_live #english_tanki h2 img{
    width: 55%;
}

#mpjt_live #english_tanki .main .inner h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

#mpjt_live #english_tanki .main .inner figure{
    margin: 0 0 20px;
}

#mpjt_live #english_tanki .main .inner p{
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}
#mpjt_live #english_tanki .main .inner .btn02{
    text-align: center;
    font-size: 16px;
    background-color: #0E3A85;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    width: 200px;
    margin: 20px auto 0;
    cursor: pointer;
    z-index: 2;
}
#mpjt_live .note{
    font-size: 1.4rem;
    margin-left:10px;
}
#mpjt_live .note li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
