@charset "utf-8";

#central h4 {
	clear: both;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.contents h5 {
	clear: both;
	font-size: 1.2em;
	padding: 0.5em;
	color: #3498db;
	border-bottom: 1px solid #3498db;
	margin: 2em 0.5em 0.5em 0.5em;
}
.wiimg {
	margin: 2em 0 0 0;
}
.setsumeilast,
.setsumei {
	clear: both;
	background-color: #efefef;
	padding: 2em;
	text-align: left;
}
.setsumeilast {
	margin: 3em 0 0 0;
	clear: both;
	width: 80%;
	border: 2px solid #3498db;
	color: #3498db;
	font-weight: bold;
	line-height: 175%;
}

.kasenb {border-bottom: 1px solid #3498db;}

.heisya,
.onsya {
	clear: both;
	line-height: 155%;
}
.onsya1 {
	width: 15%;
	float: left;
	padding: 0 3% 0 0;
}
.onsya2 {
	width: 64%;
	float: left;
	margin: 1em 0 2em 0;
}

.heisya1 {
	width: 15%;
	float: right;
	padding: 0 0 0 3%;
	margin: 3% 0 0 0;
}

.heisya2 {
	width: 64%;
	float: right;
	margin: 1em 0 2em 0;
}
.kaeshi,
.hanashi {
  padding: 20px;
  position: relative;
text-align: left;
}

.hanashi {
  background-color: #fad6de;
}
.hanashi:after {
  border-right: 12px solid #fad6de;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;
  top: 50%;
}


.kaeshi {
  background-color: #d3ecf2;
  padding: 20px;
  position: relative;
text-align: left;
}
.kaeshi:after {
  border-left: 12px solid #d3ecf2;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%;
}

table.hyou {
	width: 100%;
}
table.hyou th {
	width: 10%;
	text-align: center;
	background-color: #f1f1f1;
	vertical-align: middle;
}
table.hyou th,
table.hyou td {
	border: 1px #ccc solid;
	vertical-align: middle;
	table-layout:  fixed;
	padding: 5px 3px;
}

table.hyou td {
	width: 25%;
	text-align: left;
	line-height: 145%;
}
@media screen and (min-width : 1015px) {

	.onsya1 {
		width: 10%;
	}

	.heisya1 {
		width: 10%;
	}
	table.hyou {
		width: 100%;
	}
	.setsumeilast {
	display: block;
	width: 90%;
	margin: 7em 0 0 0;
	}
	.heisya img,
	.onsya img {
		width: 100px;
	}
}