@charset "UTF-8";
/* CSS Document */
#main_img{ background: url("../../policy/img/tit.jpg") no-repeat center center; background-size: cover;}
#main_img h1 { padding-top:100px;}
#main_img h1 span.wbr { display: block;}
#lead { line-height:140%; margin-bottom:35px;}
section { margin: 80px auto; text-align:left; width:80%; max-width:1200px; }
section ul ol { list-style-type: none; margin-left:1rem;}
section>ol { margin-left:2rem;}
section>ol li{ padding-bottom:4px;}
section h3 ,
section h4 { padding:15px 0 10px 0; text-align:left; font-size:1.5rem; }
section table { border-collapse: collapse; width:100%;}
section td,
section th {border:1px solid #ccc; padding:3px; }

.sc_tb{overflow: auto;white-space: nowrap;}/*tableをスクロールさせる*/
.sc_tb td,
.sc_tb th { white-space: nowrap; }
.scroll::-webkit-scrollbar{ height: 5px;}/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track{ background: #F1F1F1;}/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb { background: #BCBCBC;}/*tableにスクロールバーを追加*/

@media screen and (max-width: 600px) {
                    #main_img h1 { padding-top:0;}
                    section { margin: 20px auto; width:90%; max-width:90%;}
                    section h3,
                    section h4{ font-size:18px;}
}
