@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: 2rem;
    background-color: #0E3A85;
    display: block;
    color:#fff;
    margin: 0 auto;
    width: 65%;
    padding:5px 0;
    text-decoration: none;
}
#mpjt_live .main{
    width: 100%;
    background: linear-gradient(to right, #1A7EAF, #1A7EAF);
    max-height: 700px;
}

#mpjt_live .main .inner{
    width: 100%;
    margin:0 auto;
}
#mpjt_live .main .main_title{
    text-align: center;
}

#mpjt_live .live .inner,
#mpjt_live .sp_contents .inner,
#mpjt_live .mpjt .inner{
    width: 960px;
    margin:60px auto;
}

#mpjt_live .live .inner p a,
#mpjt_live .sp_contents .inner p a,
#mpjt_live .mpjt .inner p a{
    color:#005796;
}

#mpjt_live .main .main_title img{
    max-width: 1480px;
    max-height:700px;
    width: 100%;
    height:100%;
}
#mpjt_live .live h2,
#mpjt_live .mpjt h2{
    background: url("/lpi/mpjt/live/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 25px 0;
    position: relative;
    line-height: 1.2;
}

#mpjt_live .live h2::after,
#mpjt_live .mpjt h2::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #0E3A85;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -17px;
    z-index: 1;
}
#mpjt_live .live .inner p{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#mpjt_live .sp_contents .inner h2{
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 auto 30px;
    background: url("/lpi/mpjt/live/img/title_bg.jpg") no-repeat right;
    position: relative;
    width: 960px;
}
#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 #0E3A85;
    position: absolute;
    left: 10%;
    bottom: -17px;
    margin-left: -17px;
}

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

#mpjt_live .sp_contents div p{
   overflow: auto;
}

#mpjt_live .sp_contents div .btn02{
    width: 40%;
    margin: 0 auto;
}

#mpjt_live .sp_contents div .btn03{
    width: 60%;
}

#mpjt_live .sp_contents div .btn02 span,
#mpjt_live .sp_contents div .btn03 span{
    color: #fff;
}

#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 div figure,
#mpjt_live .sp_contents div figure,
#mpjt_live .mpjt div figure{
    float:left;
    padding-right:30px;
}

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

#mpjt_live .live .samurai{
    margin-top: 60px;
}

#mpjt_live .live .samurai p,
#mpjt_live .mpjt p{
    overflow: auto;
    text-align: left;
    line-height: 1.6;
    font-size:1.4rem;
}
/* future
----------------------------------------- */
#mpjt_live .future{
    background: linear-gradient(to bottom, #0067A5, #66b3de);
}

#mpjt_live .future .inner{
    padding:60px 0 0;
}
#mpjt_live .future h2{
    background: url("/lpi/mpjt/live/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}
#mpjt_live .future p{
    text-align: center;
    font-size: 2rem;
    color: #fff;
}
#mpjt_live .future p img{
    margin-top:20px;
}
#mpjt_live .future_b{
    text-align: center;
    position: relative;
}

#mpjt_live .future_tit_bg{
    width: 100%;
    background: #66b3de;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    margin-bottom: 30px;
}
#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: 90px solid #66b3de;
    bottom: 0;
    background: #fff;
}

/* flow_lesson
----------------------------------------- */

#mpjt_live .flow_lesson {
    background-color: #E2F0FC;
    padding: 80px 0;
}

#mpjt_live .flow_lesson .tit{
    background: url("/lpi/mpjt/live/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 25px 0;
    position: relative;
    line-height: 1.2;
    margin-bottom: 60px;
}

#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 #0E3A85;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -17px;
}
#mpjt_live .flow_lesson .ttl01 {
    margin-bottom: 30px;
}
#mpjt_live .flow li::before {
    width: 100%;
}
#mpjt_live .contact_block {
    background: #E2F0FC;
}
#mpjt_live .contact_block .btn_orange01 {
    border-color: #ff7e00;
    margin:0 10px;
    color:#FFF;
}
#mpjt_live #topic_path {
    margin: 0 auto 0;
}
/* banner_list
----------------------------------------- */
#mpjt_live .banner_list{
    text-align: center;
    padding:0 0 80px;
    position: relative;
}

#mpjt_live .banner_tit_bg{
    width: 100%;
    background: #66b3de;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    margin-bottom: 70px;
}
#mpjt_live .banner_tit{
    position: absolute;
    z-index: 9;
    top: 55px;
    right: 0;
    left: 0;
    margin: auto;
}
#mpjt_live .banner_tit_bg::before,
#mpjt_live .banner_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 .banner_tit_bg::after {
    border-top: 90px solid #66b3de;
    bottom: 0;
    background: #fff;
}

/* level
----------------------------------------- */
#mpjt_live .level{
    background-color: #E2F0FC;
    padding:100px 0;
}

#mpjt_live .level h2 {
    font-size: 3.6rem;
    margin:40px 0 80px;
    text-align: center;
    position: relative;
}
#mpjt_live .level h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 450px;
  height: 1px;
  transform: translate(-50%);
  background-color: #000;
}
#mpjt_live .level-block__detail-wrap{
    width: 960px;
    margin: 0 auto;
}
#mpjt_live .level .level-block__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 10px;
  background: #fff;
}
#mpjt_live .level .level-block__detail__ttl {
  width: 20%;
  font-size: 1.4rem !important;
  font-weight: 700;
}
#mpjt_live .level .level-block__detail__list {
  width: 60%;
  padding: 0 10px;
}
#mpjt_live .level .level-block__detail__fig img {
  width: 120px;
}

/* 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.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: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}
#mpjt_live #english_tanki h2{
    background: url("/lpi/mpjt/live/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 15px 0;
    position: relative;
    line-height: 1.2;
}
#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 #0E3A85;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -17px;
    z-index: 1;
}

#mpjt_live #english_tanki h2 img{
    width: 450px;
}
#mpjt_live #english_tanki .main .inner h3{
    font-size:26px;
    font-weight: bold;
    margin-bottom:20px;
    color:#fff;
    text-align: left;
}

#mpjt_live #english_tanki .main .inner figure{
    float:right;
}

#mpjt_live #english_tanki .main .inner p{
    font-size:14px;
    color:#fff;
    line-height: 3;
    text-align: left;
}
#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 0 0 0;
    cursor: pointer;
    z-index: 2;
}
#mpjt_live .note{
    margin-left: 340px;
    font-size: 1.4rem;
}
#mpjt_live .note li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
