@charset "utf-8";

#contents-in .jirei h5{
	font-size: 22px;
	margin-top: 0;
}
#contents-in .jirei h6{
	font-size: 16px;
	background-color: #DD5894;
	border-radius: 10px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: 400;
}
#contents-in .jirei h6.q + p{
	color: #DD5894;
	font-weight: bold;
}
#contents-in .jirei h6.a{
	background-color: #008D23;
}
.jirei ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jirei li{
	width: calc(50% - 10px);
	border: solid 2px #EE7800;
	padding: 15px;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.kazoku{
	border: solid 1px #008D23;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 1;
}
.hoken{
	border: solid 1px #E92A80;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 1;
}
.basyo{
	border: solid 1px #000C8D;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 1;
	margin-top: 5px;
}