@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝留学プラスcss：ここから＝＝＝＝＝*/
/* color: #fa669b; */

div.item2{
    position: relative;
}
img.img03{
    min-width:700px;
    overflow-x: scroll;
    position: absolute;
    left: 0;
    top: 220px;
}
table.slated-table {
    min-width:700px;
    background: #ffffff;
    padding-top: 137px;
}

table.slated-table thead th{
    font-size: 15px;
}

table.slated-table thead th.b_yellow{
    background: #fedd78;
}
table.slated-table thead th.b_blue{
    background: #addef8;
}
table.slated-table thead th.c_Pink{
  color:  #ee7e8d;
}

.wrap_scroll_table table.slated-table tbody tr td.bc_Pink {
    color: #ee7e8d;
    background: #fbe0e0;
}

.wrap_scroll_table table.slated-table tbody tr td{
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 3px;
}
.wrap_scroll_table table.slated-table tbody tr td.b_yellow{
    background: #fef5db;
}
.wrap_scroll_table table.slated-table tbody tr td.b_blue{
    background: #eaf6fd;
}
.wrap_scroll_table table.slated-table tbody tr td.boder_b{
    border-bottom: dotted 2px #a85e33;
}
.wrap_scroll_table table.slated-table tbody tr td.boder_blu{
    border-bottom: dotted 2px #0071bd;
}
table.slated-table tr td span{
    font-size: 13px;
    font-weight: bold;
}
table.slated-table tr td span.c_brown {
    color: #a85e33;
}
table.slated-table tr td span.c_blue {
    color: #0071bd;
}
table.slated-table tr td span.c_blue02 {
    color: #00a0e9;
}
table.slated-table tr td span.c_yellow {
    color: #f8af03;
}

table.info tr td {
    text-align: left;
    color: #000;
}

table.info tr.b_Pink{
    background: #ffebf6;
}

table.info tr td a{
    color: #474747;
}

.text_video{
    margin-top: 15px;
    margin-bottom: 100px;
}
.text_video p{
    margin: 0 auto;
    width: 85%;
    font-size: 15px;
    padding: 5px;
    background: #fa669b;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

@media only screen and (max-width: 750px){
    img.img03{
        position: static;
        background: #fff;
    }
    table.slated-table {
        padding-top: 0;
    }
    .text_video p{
        width: 100%;
    }
}