@charset "utf-8";

#detail h2 {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  margin: 3em 0 1em;
}
#detail p {
  margin: 0;
}
#detail {
	color: #666;
}
#detail p:not(:last-child),
#detail table {
	margin-bottom: 1em;
}
#detail dl,
.disp-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#detail dt {
	width: 8em;
	margin: 0;
	padding: 1em;
	background: #eeeeee;
	border-bottom: 1px dashed #DDD;
}
#detail dd {
	width: calc(100% - 12em);
	margin: 0;
	padding: 1em;
	border-bottom: 1px dashed #DDD;
}
.emphasis {
	color: #ff0090;
}
li {
	font-size: unset;
}
th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
}
.sp-only {
	display: none;
}
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
.mark-square li {
  position: relative;
	padding-left: 18px;
  list-style: none;
}
.mark-square li:before {
	content: "◆";
	position: absolute;
	top: .1em;
	left: 0;
	width: 1em;
	height: 10px;
}
a.anker-link {
	display: block;
	width: 100%;
	height: 40px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 1em auto 0;
	align-content: center;
	background-color: #009a61;
	border-radius: 20px;
}
@media screen and (max-width: 640px) {
	.single .inner {
		width: 100%;
		margin: 50px auto;
	}
	#detail dt,
	#detail dd {
		width: 100%;
		padding: .5em;
	}
	#detail dt {
		background: #eeeeee;
		border-bottom: none;
	}
	#detail dd {
		border-bottom: 1px solid #DDD;
	}
  .tbl-r05 {
	width: calc(100% - 1em - 2px);
  }
  .tbl-r05 .thead {
	display: none;
  }
  .tbl-r05 tr {
	width: 100%;
  }
  .tbl-r05 td {
	display: block;
	text-align: left;
	width: 100%;
	;
  }
  .tbl-r05 td:first-child {
	background: #e9727e;
	color: #fff;
	font-weight: bold;
	text-align: center;
  }
  .tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
  }
  .sp-only {
		display: unset;
	}
}