@charset "utf-8";

#rdocs_result {
	position: relative;
	padding: 70px 10px 15px;
	background-color: #fdeced;
}
#rdocs_result::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 364px 0 364px;
	border-color: #fde0da transparent transparent transparent;
}

#rdocs_result h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: inherit;
	line-height: 1.2em;
	background: none;
}

#rdocs_result h2 + p {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #dc2525;
	text-decoration: underline;
}

#rdocs_result h3 {
    text-indent: -6px;
	padding-left: 6px;
	letter-spacing: 1px;
	outline: none;
	border: none!important;
	border-left: 15px solid #b41d23!important;
}

#rdocs_result h3::before {
	border: none!important;
}

#rdocs_result h3 + p {
	font-size: 16px;
	color: #7b555e;
}

#rdocs_result h4 {
	margin: 0;
    padding: 0;
	font-size: 20px;
	line-height: inherit;
    color: initial;
    font-weight: bold;
    border-left: none;
    background: transparent;
}

#rdocs_result section div {
	display: flex;
	flex-wrap: wrap;
}

#rdocs_result section div section {
	box-sizing: border-box;
	width: 339px;
	height: auto;
	padding: 10px;
	margin: 0 0 15px;
	background-color: #fff;
}
#rdocs_result section div section:nth-child(2n) {
	margin-left: 15px;
}

#rdocs_result section p {
	margin-bottom: 0;
}

#rdocs_result section figure {
	display: block;
	height: 155px;
	margin: 10px 0;
	padding: 10px;
	background-color: #ddd;
}

#rdocs_result section figure a {
	cursor: zoom-in;
}

#rdocs_result section figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#rdocs_result section ul li {
	margin-left: 1em;
	list-style-type: none;
}

#rdocs_result section ul li a::before {
	content: "\0bb";
	margin-right: 5px;
	margin-left: -1em;
}

.btn_shorui_detail {
	position: relative;
	float: right;
	padding: 3px 27px 3px 10px;
	color: #fff;
	background-color: #fd7b85;
}
.btn_shorui_detail::after {
	content: "\025b6";
	position: absolute;
	top: 7px;
	right: 8px;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: #fd7b85;
	background-color: #fff;
	border-radius: 20px;
}

/* 「必ずご確認ください」欄 */
#important_document h3 {
	color: #b41d2b;
}

#rdocs_result div.wide_document {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #fff;
}
#rdocs_result div.wide_document::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#rdocs_result div.wide_document section {
	width: 100%;
	padding: 0;
}

#rdocs_result div.wide_document {
	margin-bottom: 0;
}
#rdocs_result div.wide_document figure {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}

#rdocs_result div.wide_document p {
	float: right;
	width: 343px;
	margin-bottom: 10px;
}

#rdocs_result div.wide_document ul {
	float: right;
	width: 343px;
	margin-bottom: 12px;
}

#important_document .btn_shorui_detail {
	float: left;
}
