@charset "utf-8";

.list_hisi li:before {
	content: none;
}

.kaimyo_manner_box {
	font-size: 1.2rem;
	text-align: left;
}

.kaimyo_manner_box p.manner_title {
	margin: 0 0 5px;
	background-color: #5a1119;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
}

.kaimyo_manner_box p.manner_detail {
	margin: 0;
}

.manner_case {
	border: 3px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
}

.manner_case p.case_title {
	width: 100%;
	font-weight: bold;
	color: #5a1119;
	border-bottom: 1px solid #5a1119;
}

.manner_case .manner_col2 {
	width: 50%;
	text-align: left;
}

.manner_case .manner_col2 ul {
	padding-left: 20px;
}

.manner_case .manner_col2 ul li {
	line-height: 1.6;
	list-style-type: disc;
	border-bottom: 1px dotted #ccc;
}

.manner_case .manner_col3 {
	width: 32.66%;
	text-align: left;
	margin-right: 1%;
	margin-bottom: 15px;
}

.manner_case .manner_col3:nth-child(3n) {
	margin-right: 0;
}

.manner_case .manner_col3:nth-child(4), .manner_case .manner_col3:nth-child(5), .manner_case .manner_col3:nth-child(6) {
	margin-bottom: 0;
}

.manner_case .manner_col3 p.shuha_name {
	color: #fff;
	font-weight: bold;
	background-color: #7c4349;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

.manner_case .manner_col3 p.shuha_detail {
	margin: 0;
}

.inside dl.ohuse_manner {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #5a1119;
	text-align: left;
	margin-top: 10px;
}

.inside dl.ohuse_manner dt {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: left;
	width: 35%;
	padding: 10px 0 10px 10px;
	background-color: #7c4349;
	color: #fff;
	border-bottom: 1px solid #5a1119;
}

.inside dl.ohuse_manner dt:last-of-type {
	border-bottom: 0;
}

.inside dl.ohuse_manner dd {
	margin: 0;
	float: right;
	width: 65%;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #5a1119;
}

.inside dl.ohuse_manner dd:last-of-type {
	border-bottom: 0;
}

@media screen and (max-width:768px) {

.manner_case .manner_col2 {
	width: 100%;
}

.manner_case .manner_col3 {
	width: 100%;
	margin-right: 0;
}

.manner_case .manner_col3:nth-child(4), .manner_case .manner_col3:nth-child(5) {
	margin-bottom: 15px;
}

.inside dl.ohuse_manner {
	width: 100%;
}

.inside dl.ohuse_manner dt {
	width: 100%;
}

.inside dl.ohuse_manner dt:last-of-type {
	border-bottom: 1px solid #5a1119;
}

.inside dl.ohuse_manner dd {
	width: 100%;
}


}
@media screen and (max-width:480px) {

}