/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

p.bnr a {
    position: fixed;
    width: 32rem;
    height: auto;
    right: 0;
    background-color: #f0e84f;
    bottom: 14rem;
    font-weight: bold;
    border: solid 3px #18384d;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    padding: 2rem;
    font-size: 16px;
    text-align: left;
    border: 2px solid #000;
    background: url(https://www.enkaku-manual.net/wp/wp-content/themes/wp001j/img/mv_bg.jpg);
    background-size: cover;
}
p.bnr a span {
    display: block;
}
p.bnr a span.s03 {
    text-align: right;
}
p.bnr a span.s02 {
    font-size: 22px;
}
p.bnr a:hover {
    opacity: 0.5;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{
    border: solid 1px #ccc;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px;
    font-weight: bold;
    background-color: #efefef;
}
.sma{
	display: none;
}

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

@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.low.l-center .wr01_table-scroll{
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
}
.low.l-center .wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.low.l-center .wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.low.l-center .wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.low.l-center .wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
    /* white-space: normal; */
}
.low.l-center .wr01_table-scroll table tr {
    display: revert;
}
    
    .low.l-center .wr01_table-scroll table th,
.low.l-center .wr01_table-scroll table td{
    border: 1px solid #ccc;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    min-width: 88vw;
    white-space: normal;
}
.low.l-center .wr01_table-scroll table th{
    font-size: 16px;
    font-weight: bold;
    background-color: #efefef;
    display: table-cell;
}
.sma {
display: block;
}	
p.bnr a {
    width: 100%;
    bottom: 0;
    padding: 1rem;
    line-height: 1.3;
    text-align: center;
}

p.bnr a span {
    display: inline;
}

p.bnr a span.s03 {
    display: block;
    text-align: center;
}

p.bnr a span.s02 {
    font-size: 18px;
}

.footer-bottom {
    padding-bottom: 8rem;
}



.page-top {
    bottom: 8rem;
}	
}