#rap li strong {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}

#rap .list {
	text-align: center;
	margin-bottom: 15px;
}

#rap .list li {
	border-bottom: 1px dotted #999;
	padding: 5px 0;
	width: 90%;
	margin: 0px auto;
	letter-spacing: 2px;
	background: url(../../common/chk.png) center left no-repeat;
	text-indent: 40px;
}

.example {
	border: 3px solid #aaa;
}

#rap .example h4 {
	width: 90%;
	display: inline-block;
	margin: 18px auto 4px;
	font-size: 16px;
}
#rap .example .text {
	width: 90%;
	display: inline-block;
	margin: 8px auto 2px;
}
#rap .example .boxs {
	width: 90%;
	display: inline-block;
	margin: 8px auto 15px;
	text-align: left;
}

#rap .samples .boxs span {
	display: inline-block;
	width: 90px;
	text-align: center;
	padding: 6px 8px;
	background: #fff;
	border-radius: 3px;
	line-height: 140%;
}
#rap .samples .boxs p {
	display: inline-block;
	width: 420px;
	text-align: center;
	padding: 6px 8px;
	background: #fafafa;
	border-radius: 3px;
	line-height: 140%;
	margin-left: 5px;
}

#rap .samples2 .boxs span {
	width: 120px;
}

#rap .samples2 .boxs p {
	width: 136px;
}

/*
	CASE TITLE
*/
#rap .case {
	background: url(tbg.png) top left no-repeat;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 275%;
	border-left: none;
	padding-left: 0;
}

#rap .case .num {
	width: 15%;
	display: inline-block;
	text-align: right;
	color: #006600;
	float: left;
	letter-spacing: 1px;
}

#rap .case .titles {
	width: 81%;
	display: inline-block;
	text-align: left;
	float: right;
}

#rap section h3 {
	margin-bottom: 15px;
}

#rap section h3.tits {
	border-left: 2px solid #666;
	padding-left: 11px;
}
#rap section strong {
	color: #cc3300;
}

#rap article {
	/*	margin-bottom:22px;*/
}
#rap article p {
	line-height: 200%;
	margin: 0 auto;
	width: 96%;
}
#rap article article {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fafafa;
	display: inline-block;
}
#rap article section.end {
	margin-bottom: 0;
}
#rap article .end article {
	background: none;
	border: 1px solid #999;
	padding: 10px 0;
	width: 100%;
}

#rap aside.go_next {
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
	font-weight: bold;
}

#rap section h4 strong {
	color: #cc0000;
}

#rap .komebox span,
#rap .komebox p {
	font-size: 14px;
}
@media (max-width: 599px) {
	#rap article p {
		line-height: 1.6;
		text-align: justify;
		width: 100%;
	}
	#rap .samples .boxs p {
		width: 100%;
	}
	#rap section dl {
		width: 90%;
		margin: 0 auto;
	}
	#rap section dl dt {
		font-size: 3.46667vw;
		font-weight: 700;
		border-bottom: solid 1px #1d771c;
		padding: 0 0 10.5px;
		margin: 0 auto 20.5px;
		color: #000;
	}
	#rap .list {
		text-align: center;
		margin-bottom: 15px;
		margin-left: 15px;
		font-weight: 700;
	}
	#rap .list li {
		background-size: 14px;
		text-indent: 20px;
	}
	#rap .case {
		background-image: none;
		display: flex;
		line-height: normal;
		height: auto;
		align-items: center;
		border-bottom: solid 1px #555;
		padding: 0 0 10px 0;
	}
	#rap .case .num {
		background-color: #fce9ae;
		font-size: 3.46667vw;
		float: none;
		width: auto;
		padding: 6px 6px 3px 10px;
		text-align: center;
		margin: 0 6px 0 0;
	}
	#rap .case .num::before {
		content: "\f07c";
		display: inline-block;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		padding: 0 4px 0 0;
	}
	#rap .case .titles {
		float: none;
		width: auto;
	}
	#rap article article {
		padding: 15px;
	}
	#rap .list li {
		width: calc(100% - 20px);
		text-indent: 0;
		padding: 10px 0 10px 20px;
	}
	.end h3 span {
		display: inline-block;
		color: #533816;
		border-left: solid 4px #533816;
		padding: 10px 0 10px 11px;
		font-size: 4.26667vw;
	}
	#rap article .end article {
		padding: 15px;
		width: calc(100% - 30px);
	}
	#rap aside.go_next {
		text-align: center;
	}
	#rap section h2.accordion {
		position: relative;
	}
	#rap section h2.accordion::before {
		content: "\2b";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	#rap section h2.accordion.open::before {
		content: "\f068";
	}
	#rap section h4 {
		margin: 0 auto 2.66667vw !important;
	}
	#rap section ta {
		table-layout: fixed;
	}
	#rap section .table_width .wid {
		width: 33%;
	}
}
