@charset "utf-8";
h1 {
	background: url(/img/icon/title-document.svg) no-repeat top left / 30px 30px;
}
h1 + p {
	margin-bottom: 30px;
}
#contents .red {
	font-weight: bold;
}
/* 資料のお申込みフォーム */
.formBox {
	float: right;
	width: 520px;
	padding: 20px;
	border: solid 1px var(--gray);
	border-radius: 8px;
	box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}
.formBox h3 {
	text-align: center;
}
.formBox h3 + p {
	text-align: center;
	margin-bottom: 20px;
}
.formBox div {
	padding: 20px;
	background-color: var(--beige_l);
	border-radius: 8px;
	margin: 20px 0;
	position: relative;
}
.formBox div p {
	width: 300px;
	margin-bottom: 20px;
}
.formBox div p::after {
	content: '';
	display: block;
	width: 70px;
	height: 100px;
	background: url(/img/profile/catalog-2.0.png) no-repeat center / 70px 100px;
	position: absolute;
	top: -5px;
	right: 30px;
	transform: rotate(15deg);
}
.formBox div + label {
	font-size: 15px;
}
.formBox div + label a {
	color: var(--blue_l);
}
.formBox div + label a:hover {
	text-decoration: underline;
}
#ERROR {
	color: var(--red);
	margin-top: 20px;
}
.formBox .button-brown {
	width: 300px;
}
.formBox .button-brown::after {
	content: '';
	display: block;
	width: 80px;
	height: 70px;
	background: url(/img/hakomaru/hakomaru-mail.png) no-repeat center/ 80px auto;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: -25px;
}
.formBox .button-brown input {
	color: var(--white);
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin-top: 13px;
}
/* PDF資料・ダンボール2.0！ */
main > div:nth-of-type(-n+2) {
	padding: 60px 30px;
	width: 760px;
	height: 326px;
	background-color: var(--beige_l);
	border-radius: 8px;
}
main > div:nth-of-type(1) {
	margin-bottom: 30px;
}
main > div:nth-of-type(2) {
	margin-bottom: 50px;
}
main > div h2 {
	padding: 0;
	border: none;
}
main > div:nth-of-type(1) p {
	width: 400px;
}
main > div:nth-of-type(2) p {
	width: 540px;
}
main > div:nth-of-type(-n+2) img {
	float: right;
	margin-top: -50px;
	height: 200px;
}
main > div:nth-of-type(1) img {
	width: 280px;
}
main > div:nth-of-type(2) img {
	width: 140px;
}
/* お問い合わせ */
main > div:last-child {
	width: 760px;
}
main > div:last-child ul {
	display: flex;
	gap: 20px;
	margin-top: 15px;
}
main > div:last-child li {
	color: var(--brown_d);
	font-size: 15px;
	font-weight: bold;
}
main > div:last-child li span {
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
	background-color: var(--brown_d);
	border-radius: 5px;
	padding: 4px 8px;
	margin-right: 5px;
}
main > div:last-child ul + a {
	display: inline-block;
	font-size: 42px;
	line-height: 1;
	font-weight: bold;
	color: var(--brown_d);
	margin-top: 15px;
	padding-left: 40px;
	position: relative;
}
main > div:last-child ul + a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/icon/title-tel.svg) no-repeat center/ 30px 30px;
	position: absolute;
	left: 0;
	top: 6px;
}

/* フッターの資料案内　非表示 */
#catalog #catalog_info {
	display: none;
}
#catalog #footer_info {
	justify-content: flex-end;
}