@charset "utf-8";
/* CSS Document */

.wd100{
	width:100%;
}

tablearea{
width:100%;
height:30%;
}


h2 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #0075a9;
}

h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #0075a9 transparent transparent transparent;
}


div.kojin p{
	text-align:left;
	font-size:80%;
	line-height:1.25em;
}

.sbh1,.sbh2,.sbh3,.sbh4{display:none;
	margin:20px 0 0 0;
}
input[type="radio"]:checked#sbh1~div.sbh1 {display:block;}
input[type="radio"]:checked#sbh2~div.sbh2 {display:block;}
input[type="checkbox"]:checked#sbh3~div.sbh3 {display:block;}