@charset "utf-8";

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/


#bornus-detail .bonus-detail {
	padding: 120px 0 0;
}

#bornus-detail .bonus-detail > .lead {
	padding: 32px 0 24px;
	font-size: 20px;
}

#bornus-detail .contents > div {
padding: 0 0 0;
	position: relative;
	background: #fff;
	border: solid 1px;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
}

#bornus-detail .contents > div .lead {
	padding: 0 72px 0;
}

#bornus-detail .contents > ul {
	padding: 0 72px;
	position: relative;
	text-align: center;
	background: #fff;
	border: solid 1px;
	border-bottom: none;
	border-top: none;
	border-radius: 0 0 0 0;
}

#bornus-detail .contents > ul > li > dl {
	padding-top: 24px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 16px;
}

#bornus-detail #inquiry > dl > dt,
#bornus-detail .contents > ul > li > dl > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 3em;
	border: solid 1px;
}

#bornus-detail .contents > ul > li > dl > dd {
	padding: 8px 0 8px 0;
	position: relative;
	text-align: left;
	flex: 1;
}

#bornus-detail .contents > ul > li > dl > dd > p {
	padding: 0 0 8px 0;
}

#bornus-detail .contents > #inquiry {
	padding: 24px 72px 64px;
	position: relative;
	text-align: center;
	background: #fff;
	border: solid 1px;
	border-top: none;
	border-radius: 0 0 12px 12px;
}

#bornus-detail .contents > #inquiry > dl > dd {
	padding: 8px 0 0;
}

#bornus-detail .contents > #inquiry > dl > dd dl {
	padding-top: 8px;
	display: flex;
	justify-content: center;
}

#bornus-detail .contents > #inquiry > dl > dd dl dt::before {
	content: "＜";
}

#bornus-detail .contents > #inquiry > dl > dd dl dt::after {
	content: "＞";
}

.pink #bornus-detail .contents > div,
.pink #bornus-detail .contents > ul,
.pink #bornus-detail .contents > #inquiry {
	animation: pinkGreenBorder 8s ease-in-out forwards;
}

.green #bornus-detail .contents > div,
.green #bornus-detail .contents > ul,
.green #bornus-detail .contents > #inquiry {
	animation: greenBrownBorder 8s ease-in-out forwards;
}

.brown #bornus-detail .contents > div,
.brown #bornus-detail .contents > ul,
.brown #bornus-detail .contents > #inquiry {
	animation: brownPinkBorder 8s ease-in-out forwards;
}

#bornus-detail .type li {
	padding-top: 24px;
}

#bornus-detail #event .info li {
	display: flex;
}

#bornus-detail #event .info li::before {
	content: "";
	margin: 0.75em 0.5em 0 0;
	display: block;
	width: 0.5em;
	height: 0.5em;
	flex-shrink: 0;
	background: #4b4845;
}

#bornus-detail #precautions .notice li::before,
#bornus-detail #precautions .notice p {
	font-size: 16px;
	line-height: 1.8;
}

#bornus-detail #inquiry dt {

}

/*--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 980px) {

	#bornus-detail .contents > ul,
	#bornus-detail .contents > div .lead {
		padding: 0 48px 0;
	}

	#bornus-detail .contents > #inquiry {
		padding: 24px 48px 64px;
	}

	#bornus-detail #precautions .notice li::before,
	#bornus-detail #precautions .notice p {
		font-size: 15px;
	}

}

/*--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 860px) {


}


/*--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 780px) {

}

/*--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 520px) {
	#bornus-detail #precautions .notice li::before,
	#bornus-detail #precautions .notice p {
		font-size: 14px;
	}

	#bornus-detail .contents > #inquiry {
		padding: 24px 16px 40px;
	}

	#bornus-detail #inquiry > dl > dt {
		padding: 0.6em 0;
		height: auto;
		text-align: left;
		line-height: 1.6;
		border-right: none;
		border-left: none;
	}

	#bornus-detail .contents > #inquiry > dl > dd dl {
		display: block;
	}

	#bornus-detail .contents > #inquiry > dl > dd dl dd p {
		text-align: left;
	}
}

@media screen and (orientation: landscape) {



}
