video{
    position: relative;
    width: 100%;
    z-index: 1;
}

.info{
    width: 100%;
    border-collapse: collapse;
    height: 160px;
    overflow-y: scroll;
    margin-bottom: 50px;
    background: #f1f4f5;
}

.info h2{
    margin-bottom: 20px;
    border-bottom: solid;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

.info table{
    width: 100%;
}

.info th , .info td{
    border-bottom: 1px dotted #bbb;
    line-height: 30px;
}

.info th{
    width: 10%;
    text-align: left;
    padding-left: 2%;
}

.info td{
    padding-left: 5%;
    text-align: left;
}

.kuwashiku {
    width: 23%;
    max-width: 115px;
    float: right;
    margin: -75px 20px 50px 0;
}

.kuwashiku a{
    text-align: center;
    border: solid 3px #083a81;
    border-radius: 5px;
    color: #083a81;
    padding: 10px 5px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.kuwashiku a:hover{
    opacity: 0.6;
}

.kuwashiku2 {
    display: none;
}



.index-item-box{
    width: 30%;
    margin-left:2%;
    display: inline-block;
}

@media screen and (max-width:834px){

    .kuwashiku{
        display: none;
    }
    
    .kuwashiku2 {
    display: inline-flex;
    margin-bottom: 30px;
    width: 35%;
}

.kuwashiku2 a{
    text-align: center;
    border: solid 3px #083a81;
    border-radius: 5px;
    color: #083a81;
    padding: 10px 5px;
    width: 100%;
    
}

.kuwashiku2 a:hover{
    opacity: 0.6;
}
    
    .index-item-box{
        width: 48%;
        margin-left: 1%;
        margin-bottom: 10px;
    }

    .index-item-box img {
        width: 97%;
        vertical-align: top;
    }

}
