.scroll-box {
  width: 100%;
  height: 300px;
  overflow: scroll;
  margin: 30px 10% 30px;
  padding: 20px;
}
.scroll-content {
  width: 90%;
  height: 600px;
  margin: 0 auto 30px;
  background-color: #fafafa;
  padding: 20px !important;
 font-size:14px;
}



.scroll-box::-webkit-scrollbar {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: white;
  border: 1px solid #000;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}





table {
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  line-height: 1.6;
  table-layout: fixed;
}

table tr {
  background-color: #eeeeee;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: 100%;
}
table thead tr{
  background-color: #000;
  color:#fff;
}
table tbody th {
    background: #f05400;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: 100%;
}
.price{
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 100%;
}
.non{
  background:#fff
}

.list {
    background: #1b2b3f;
}
.list {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 135px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

.button01{
     display:block;
     width: 80%;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f05400;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
  margin: 30px auto 0px auto;
	font-size: 22px;
}
.button01:hover{
     background-color: #339933; 
     color: #fff;
}

.cen {text-align: center;}

.w70 {width:100%;
     height: auto;
}


#QandA-1 {
	width: 90%;
	font-size: 15px;
	margin: 0 auto;
}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #333;
	color: #fff; 
	padding: 10px 8px 10px 34px;
	border-radius: 2px;
	text-indent: -26px;
	line-height: 160%;
}

#QandA-1 dt.free {
	background: #f05400;
	color: #fff; 
	padding: 10px 8px 10px 34px;
	border-radius: 2px;
	text-indent: -26px;
	line-height: 1.8;
}



#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 18px;
}
#QandA-1 dd {
	margin: 20px 16px 40px 34px;
	line-height: 1.8;
	text-indent: -26px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 18px;
}

.bg-tb{
    background-color: #000;
}

.topics dl {
padding: 10px 0;
border-bottom: 1px dotted #333;
}

.topics dt {
padding-bottom: 5px;
color:#e94820;
}

.topics dl .cat01,
.topics dl .cat02 {
  background-color: #cc3300;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px 8px 2px 8px;
  text-align: center;
  width: 50px;
  margin-right: 8px;
}
.topics dl .cat02 {
  background-color: #cc3300;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
}
.topics dd {
margin-left: 90px;
}
}

@media screen and (max-width: 480px) {
 table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eeeeee;
    display: block;
    border-right: none;
  }
  table thead {
  background-color: #000;
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
  font-size: 14px;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  color: #000;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
  font-size: 15px;
}

.txt{
   text-align: left;
   font-size: 14px;
}

.txt2{
   text-align: left;
   font-size: 14px;
    padding: .625em .625em .625em 0em;
}


.price{
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.button01{
     display:block;
     width: 80%;
     height:40px;
     line-height: 40px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f05400;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
  margin: 30px auto 30px auto;
	font-size: 17px;
}
.button01:hover{
     background-color: #339933; 
     color: #FFF;
}

.w70 {width:70%;
     height: auto;
}

#QandA-1 {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
}

#QandA-1 dt.free {
	background: #f05400;
	color: #fff; 
	padding: 5px 8px 5px 34px;
	border-radius: 2px;
	text-indent: -26px;
	line-height: 1.6;
	font-size: 14px;
}

#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 16px;
}
#QandA-1 dd {
	margin: 20px 14px 40px 34px;
	line-height: 1.6;
	text-indent: -22px;
	font-size: 14px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 16px;
}

}