@charset "utf-8"; 

/* Style Reset */
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');

*{font-family:'Iropke Batang', serif}
*{margin:0;padding:0;border:0;}

html, body {height:100%;margin:0;padding:0; background:#ebebeb; font-size:16px; letter-spacing: -1px;}
img,fieldset,iframe{border:0 none; margin:0; padding:0;}
a{cursor:pointer;}
a:visited {text-decoration:none; color:inherit;}
a:link {text-decoration:none;color:inherit;}
li{list-style:none;}
li a:visited {text-decoration:none;}
li a:link {text-decoration:none;}






.debtW {overflow:hidden; max-width:800px; background:#fff; margin:0 auto;}
.debt_t {float:left; width:100%; padding:20px; box-sizing:border-box; border-bottom:1px solid #222;}
.debt_t img {width:80px;}
.debt_t h3 {width:100%; text-align:center; font-size:50px; padding:15px 0;}


.debt_c {float:left; width:90%; margin:30px 5% 0; /*border:1px solid #000;*/ box-sizing:border-box;}
.debt_c img {width:100%;}
.debt_c .tit {text-align:center; font-size:18px; line-height:1.5em;}
/*.debt_c .tit span {display:block; font-size:22px; padding-bottom:15px; font-weight:bold;}*/
.debt_c .seq{text-align:center;font-size:22px; /*padding-bottom:15px;*/ font-weight:bold;margin-bottom:40px;}

.debt_m {float:left; width:100%; /*border:1px solid #000;*/ text-align:center;}
.debt_m ul {overflow:hidden; width:400px; text-align:center; padding-left:200px;}
.debt_m li {float:left; width:90px; height:32px; border:1px solid #c2c2c2; border-radius:7px; box-sizing:border-box; margin:20px 5px; padding-top:4px;}
.debt_m li.on {background:#f05625; color:#fff;}



@media screen and (max-width:700px) {

.debt_t h3 {font-size:30px;}
.debt_c .tit {font-size:16px;}
.debt_m ul {width:100%; padding:0 6%;}
.debt_m li {width:20%; margin:20px 1%;}
}