@charset "utf-8";


.advice2 .tableWrap {width:100%;}
.advice2 table { width:100%; border-top:2px solid #939393; border-bottom: 1px solid #ddd; border-collapse: collapse; margin-bottom:30px; margin-top:20px;}
.advice2 table caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; text-indent:-9999px;}
.advice2 table thead {}
.advice2 table thead th {background: #f6f6f6; color:#222; border-right: 1px solid #ddd;}
.advice2 table th { padding:26px 15px 22px; background-color:#f6f6f6; border-right:1px solid #ddd; border-bottom:1px solid #ddd;  font-weight:500; font-size:2rem; color:#111; line-height:1.2em; }
.advice2 table td {padding: 20px 20px 16px;  border-top:1px solid #ddd; border-right:1px solid #ddd; font-weight:400; font-size:1.7rem; color:#222;  line-height:1.6em; text-align:left; }
.advice2 table td:last-child { border-right:none; }
.advice2 table td.tit { font-weight:500; color:#111; line-height:1.2em;} 


@media screen and (max-width:768px){
  .advice2 table {margin-top:10px;}
  .advice2 table th {font-size:1.8rem;}
  .advice2 table td {font-size:1.5rem;}
  .advice2 table td.tit {font-size:1.8rem; text-align:center;}
}
@media screen and (max-width:560px){
  .advice2 table td {padding: 15px 10px 16px;}
  .advice2 table td.tit {font-size:1.6rem;}
}