@charset "UTF-8";
.table01{
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100%;
}


.table01 th, .table01 td {
    border: 1px solid #333;
    padding: 10px;
	font-size:13px;
}

.table01 thead th{
background-color: #f9ccc8;
    text-align:center;
}

.table01 tbody th{
    background-color: #fbe6e3;
    text-align:center;
}
.table01 td {
    background-color: #fff;
}

.table01 th:nth-child(1){ width:30%;}

.table01 tbody th:nth-child(1){text-align:left;}

.table01 th:nth-child(2){ width:20%;}
.table01 th:nth-child(3){ width:50%;}


.list_bw{}
ul.list_bw li{text-indent:-1em; padding-left:1em; margin-bottom:5px;}
ul.list_bw li::before {content: '・'; font-size:85%; margin-right:5px;}
ul.list_bw li:last-child{margin-bottom:0;}

ul.list_kome li {
text-indent:-1em;
padding-left:1em;
}
ul.list_kome li::before {
	content: '※';
}

ul.web_box{
    border: 1px solid #333333;
    display: inline-block;
    margin-left: 15px;
}
ul.web_box>li{
    margin: 3px 10px;
    border-bottom: 1px dotted #333333;
}
ul.web_box>li:last-child{
    border-bottom: none;
}

@media all and (max-width:768px) {
  ul.web_box{
      display: block;
      margin-left: 0;
  }
}
        


