@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#anchor-link {
	position: relative;
	margin-bottom: 40px;
}

#anchor-link li {
	margin-bottom: 10px;
	list-style: none;
}

#anchor-link li:last-child {
	margin-bottom: 0;
}

#anchor-link li a {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--color-link);
	text-decoration: underline;
	/* white-space: nowrap; */
	background: url("../../../../../../common/images/arrow_up_black.png") 0px 0.75em no-repeat;
	background-size: 5px 3px;
	transition: all 0.1s ease-in-out;
}

#anchor-link li a:hover {
	text-decoration: none;
	background-position: 0px 1em;
}

/* #main-contents section div {
	margin-top: 30px;
} */

#lower-contents #main-contents section p span {
	font-weight: bold;
	color: #F05C9E;
}

#lower-contents #main-contents section figure {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0;
}

#lower-contents #main-contents dl div {
	margin-bottom: 20px;
}

#lower-contents #main-contents dl div:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents dl {
	font-size: 1.3rem;
}

#lower-contents #main-contents dt {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

#lower-contents #main-contents dt:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: var(--color-link);
	border-radius: 50%;
}

#lower-contents #main-contents dd {
}

#lower-contents #main-contents dl + div {
	margin-top: 20px;
}

#lower-contents #main-contents .outline div {
	margin-bottom: 20px;
}

#lower-contents #main-contents .outline div:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents h4 {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

#lower-contents #main-contents .page-link {
	width: 100%;
	text-align: right;
}

#lower-contents #main-contents .page-link li {
	position: relative;
}

#lower-contents #main-contents .page-link li a.anchor {
	background: url("../../../../../common/images/arrow_up.png") 10px center no-repeat;
	background-size: 5px 3px;
}

#lower-contents #main-contents .page-link li a.anchor:hover {
	background-color: #fafafa;
	background-position: 10px 10px;
}

#lower-contents #main-contents .page-link li a.close {
	background: none;
}

#lower-contents #main-contents .page-link li a.close:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	content: "×";
	width: 15px;
	height: 15px;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1;
}

#lower-contents #main-contents .page-link li a.close:hover {
	background-color: #fafafa;
}


@media screen and (min-width: 768px) {
	#anchor-link {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents dl {
		font-size: 1.4rem;
	}
}