@charset "utf-8";  

.sec *   { font-size:1.6rem ; line-height:2.8rem }
.m97__h3 { 
    font-size:2.4rem ; line-height:3rem ; font-weight:500 ; color:#f58220 ;
    margin-bottom:1rem ;
}
.m97__list    { margin-bottom:4rem }
.m97__list > li { margin-bottom:1rem ; text-align:justify } 
.m97__list > li:last-child , .m97__list:last-child { margin-bottom:0 }

.m97__list.dot > li { padding-left:1rem ; position:relative ; margin-bottom:0.2rem }
.m97__list.dot > li::before { 
    display:block ; content:"" ; width:0.5rem ; height:0.2rem ;
    background-color:#111111 ; opacity:0.3 ;
    position:absolute ; left:0 ; top:1.2rem
}
li .m97__list { padding-top:0.5rem ; padding-left:1rem }

.m97__contents { border:solid 1px rgba(0,0,0,0.1) ; border-left:none ; border-right:none ; padding-bottom:1rem }
.m97__contents h4 {
    border-bottom:solid 1px #f58220 ;
    font-size:1.8rem ; text-align:center ; font-weight:500 ;
    padding:0.5rem ; margin-bottom:1rem ;
}

.m97__contents li { display:block ; margin-bottom:0.5rem ; word-break:keep-all }
.m97__contents a  { word-break:inherit }
.m97__contents a:hover { color:#111111 ; text-decoration:underline }
.m97__contents li:last-child { margin-bottom:0 }

.sec p { text-align:justify ; margin-bottom:2rem }
.sec p:last-child { margin-bottom:0 } 

.m97__box { 
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ;
    padding:2rem ; margin:3rem auto
}
.m97__box:last-child { margin-bottom:0 } 
.m97__h4 { font-size:1.8rem ; font-weight:500 ; color:#111111 ; margin-bottom:1rem }
.m97__box .m97__h4 { border-bottom:dashed 1px rgba(0,0,0,0.15) ; padding-bottom:1rem }

.m97__table { width:100% ; border-spacing:0 ; border-collapse:collapse ; margin-bottom:3rem }
.m97__table:last-child { margin-bottom:0 } 
.m97__table td , .m97__table th { border:solid 1px #d7d7d7 ; padding:0.7rem 0.5rem ; text-align:center ; font-weight:inherit }
.m97__table thead th { background-color:#ebeef3 }
.m97__table tbody td , .m97__table tbody th { border-top:none }
 
.m97__sub { margin-bottom:5rem }
.m97__sub:last-child { margin-bottom:0 }





@media screen and (min-width:1024px){ 

    .m97__contents::after { display:block ; content:"" ; clear:both }
    .m97__contents li { width:30% ; float:left ; padding-right:1rem }
    .m97__contents li:nth-child(2) ,
    .m97__contents li:nth-child(5) ,
    .m97__contents li:nth-child(8) ,
    .m97__contents li:nth-child(11) ,
    .m97__contents li:nth-child(14) , 
    .m97__contents li:nth-child(17){ width:40% } 


    /* Table */ 
    #m97_table4 tbody td  { width:20% }
    #m97_table2 tbody td ,
    #m97_table12_1 tbody td , #m97_table12_2 tbody td , #m97_table13 tbody td { width:33.3333% }
    #m97_table14 tbody td { width:50% }

}





@media print { } 