.float-img {
    text-align: center;
}
video {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: fit-content;
}

.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 600px;
}
.sp{
	display:none;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.btnarea {
    display: flex;
}
.mainvisual-low {
    margin-top: 0;
}
	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


.imgarea.caption img {
    max-width: 90%;
}
/* PCでは特別な装飾をしない（通常のテーブル表示） */
.sp-scroll-table {
  width: 100%;
}

    .seccc3 {
        display: block;
        overflow: scroll;
        width: 100%;
    }
    .seccc3 table {
        width: 600px;
        margin: 2rem auto 0;
    }
    .seccc3 tr {
        display: flex;
    }
        .seccc3 th, .seccc3 td {
        text-align: center;
    }
  
}