.list li{
    width: 100%;
    padding: 16px 0px;
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", "MS PGothic", sans-serif;
}
h3{
    display: inline-block;
    width: 100%;
    color: darkgoldenrod;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", "MS PGothic", sans-serif;
}
p{
    margin-bottom: 15px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", "MS PGothic", sans-serif;
}
.sidePage .container .sidePage-content-set{
    justify-content: left;
}
strong{
    display: inline-block;
    margin-bottom: 15px;
    color: seagreen;
}

.table-box th,td{
    border: 1px solid black;
}

.table thead th{
    font-size: 20px;
    background-color: #ccc;
    border-bottom: 2px solid black;
    text-align: center;
}

.table-box td{
    vertical-align:middle !important;
}

p{
    display: inline-block;
    width: 100%;
}

.page-title-banner-mobile{
    display: none;
}

@media(max-width:1025px){
    .table-box {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media(max-width:767px){
    .page-title-banner-pc{
        display: none;
    }
    .page-title-banner-mobile{
        display: block;
    }
    iframe {
        height: 400px !important;
    }
}