
/* 新着情報 */
.whats__study {
	margin-bottom: 1rem;
}
.whats__study--title {
	font-size: 0;
	margin: 0;
}
.whats__study--title-img {
	width: 100%;
	height: auto;
}
.whats__study--block {
	padding: 1rem;
}


/* 体験談 */
.study__contents {
	margin-bottom: 2.0rem;
}
.study__contents--title {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.study__contents--ul, .study__contents--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.study__contents--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.study__contents--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.study__contents--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.study__contents--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


/* 六星占術を学ぶ 詳細 */
.study__detail-contents {
	margin-bottom: 2rem;
}
.study__detail-contents--title {
	margin: 0;
}
.study__detail-contents--title-img {
	width: 100%;
	height: auto;
}
.study__detail-contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.glossary__detail--title {
	font-weight: bold;
	text-align: center;
}
.study__detail-contents--sentence {

}
.study__detail-contents--right::before {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}

.study__detail-contents--left::before {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	left: 0.6rem;
	transform: translate(0, -50%) rotate(225deg);
}


/* 六星占術を学ぶ 詳細 リンク一覧 */
.study__detail-list {
	margin-bottom: 2rem;
}
.study__detail-list--ul, .study__detail-list--li, .study__detail-list--back-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.study__detail-list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.study__detail-list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.study__detail-list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.study__detail-list--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}
.study__detail-list--back-li {
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 0.4rem 0.4rem 1.4rem;
}
.study__detail-list--back-li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	left: 0.6rem;
	transform: translate(0, -50%) rotate(225deg);
}
.study__detail-list--back-li-a {
	display: inline-block;
	padding: 0.4rem 0;
	text-decoration: none;
}
.study__detail-list--back-li-a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}