.br-pc{
	display: block;
}

.br-sp{
	display: none;
}

.details {
  color: #fff;
  line-height: 2;
  border: 1px solid #000;
  width: 100%;
  margin: 0 auto 20px;
}
.details__summary {
  position: relative;
  display: block;
  background: #000;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 25px;
}
.details__summary::-webkit-details-marker {
  display: none;
}
.details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.details[open] .details__summary::before {
  transform: rotate(-90deg);
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.details__content > * {
  margin: 0;
  padding-top: 16px;
}
.details__content > *:last-child {
  padding-bottom: 16px;
}

/* table　*/
table{
  border-collapse: collapse;
	table-layout: auto;
  width: 100%;
}

.tb01{
	margin: 10px 0 30px 0;
}

.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #464646;
  color: #fff;
}

.touroku{
	width: 8%;
}

.shimei{
	width: 10%;
}

.name{
	width: 10%;
}

.area{
	width: 20%;
}

.hoyu{
	width: 22%
}

.mail{
	width: 15%
}

.syozoku{
	width: 15%
}
@media screen and (max-width: 640px) {
.br-pc{
	display: none;
}

.br-sp{
	display: block;
}
	
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: block;
	  width: 125px;
    background-color: #464646;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	
	.left-pd20{
		padding: 10px 0 15px 20px;
    line-height: 150%;
	}
}
