/* ランクル and SUV FES 202501開催レポート CSS　Ver.1.0.0 */

:root {
	--uniqueColor: rgba(18, 18, 18, 1.0);
}

/*=================================
ページ共通設定
=================================*/
main {
	color: var(--uniqueColor);
}
.report-main-ph {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.black-line {
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 1.0);
	position: absolute;
	bottom: 40px;
	z-index: -1;
}
.report-conte {
	margin-top: 30px;
}
.report-conte-inner {
	padding: 10px 100px;
	border-left: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
}
.report-read {
	font-size: 22px;
}
.report-cboxes {
	margin-top: 60px;
}
.report-cboxes h3 {
	padding: 10px;
	background-color: rgba(0, 0, 0, 1.0);
}
.report-cboxes h3 img {
	width: 45%;
	max-width: 340px;
	vertical-align: sub;
}
.report-evt-guide {
	background-color: rgba(230, 230, 230, 1.0);
}
.report-evt-guide-inner {
	padding: 15px;
}
.report-evt-guide table:not(:first-of-type) {
	margin-top: 15px;
}
.report-evt-guide table.graph td {
	padding: 5px 10px;
	border-bottom: 1px solid rgb(105, 105, 105);
	border-right: 1px solid rgb(105, 105, 105);
}
.report-evt-guide table.graph td.sp125 {
	padding: 5px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(105, 105, 105, 1.0);
}
.report-evt-guide table.graph td.bd-wt {
	border-top: 2px solid rgb(255, 255, 255);
}
.report-evt-guide table.graph td.bd-gt {
	border-top: 1px solid rgba(105, 105, 105);
}
.report-cbox:first-of-type {
	padding-top: 20px;
}
.report-cbox:not(:first-of-type) {
	padding-top: 60px;
}
.report-cbox > h4 {
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
}
.report-cbox > h4 span {
	font-size: 42px;
}
.report-cbox-sub > h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.report-cbox-sub > h4 span {
	font-size: 32px;
}
#report-cbox-1.report-cbox h4 span {
	color: rgba(0, 113, 188, 1.0);
}
#report-cbox-2.report-cbox h4 span {
	color: rgba(255, 123, 172, 1.0);
}
#report-cbox-3.report-cbox-sub h4 span {
	color: rgba(34, 181, 115, 1.0);
}
#report-cbox-4.report-cbox-sub h4 span {
	color: rgba(63, 169, 245, 1.0);
}
#report-cbox-5.report-cbox-sub h4 span {
	color: rgba(240, 54, 48, 1.0);
}
#report-cbox-2 .report-cbox-detail {
	flex-direction: row-reverse;
}
.report-cbox-ph {
	width: 68%;
}
.report-cbox-txt {
	width: 30%;
}
.report-cbox-sub {
	width: 30%;
}
.report-cbox p {
	font-size: 15px;
	line-height: 1.65;
}
.report-cbox-sub p {
	margin-top: 10px;
}
.report-evt-movie {
	width: 60%;
	max-width: 420%;
	margin: 100px auto 40px;
}
.report-evt-movie p {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
}

.rep-colm2-sp1 {
	width: 49%;
}
.black-frame img {
	padding: 3px;
	border: 1px solid rgb(150, 150, 150);
}

.report-footer {
	padding-top: 40px;
	padding-bottom: 160px;
}
.report-evt-place {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0;
	padding-left: 20px;
	padding-right: 20px;
}
.report-evt-place-inner {
	padding: 20px;
	background-color: rgba(0, 0, 0, 1.0);
	align-items: center;
}
.place img {
	width: 70%;
}
.report-fixed-txt {
	margin-top: 60px;
	margin-bottom: 80px;
}
.report-fixed-txt p {
	font-size: 24px;
}
.back-btn a, 
.back-btn a:visited {
	width: 40%;
	min-width: 300px;
	margin: 0 auto;
	padding: 1.0em 0.5em;
	font-size: 1.15rem;
	text-align: center;
	color: rgba(0, 114, 186, 1.0);
	border: 2px solid rgba(0, 114, 186, 1.0);
	border-radius: 30px;
	display: block;
	transition: 0.4s ease-in-out;
}
.back-btn a:hover {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 114, 186, 1.0);
}

.sp480-only {
	display: none;
}

/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	.black-line {
		height: 160px;
	}
	.report-conte-inner {
		padding: 10px 40px;
	}

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 767px) {

	.report-main-ph {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.report-conte-inner {
		padding: 0;
		border-left: none;
		border-right: none;
	}
	.report-conte {
		padding-left: 0;
		padding-right: 0;
	}
	.report-read {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	.report-evt-guide-inner {
		padding: 20px 20px 0;
		background-color: rgba(255, 255, 255, 1.0);
	}
	.report-cboxes {
		margin-top: 100px;
	}
	.report-cboxes h3 {
		padding: 25px 10px;
		background-color: rgba(0, 0, 0, 1.0);
	}
	.report-cboxes h3 img {
		width: 70%;
		max-width: 300px;
	}
	.report-evt-guide table:last-of-type {
		margin-bottom: 15px;
	}
	.report-cbox {
		padding-left: 20px;
		padding-right: 20px;
	}
	.report-cbox > h4 {
		font-size: 20px;
	}
	.report-cbox > h4 span {
		font-size: 32px;
	}
	#report-cbox-2 .report-cbox-detail {
		flex-direction: row;
	}
	.report-cbox-ph, 
	.report-cbox-txt, 
	.report-cbox-sub {
		width: 100%;
	}
	.report-cbox p {
		margin-top: 10px;
		line-height: 1.85;
	}
	.report-cbox-sub:not(:first-of-type) {
		padding-top: 60px;
	}
	.report-cbox-txt img {
		width: 80%;
		margin: 7px auto 0;
		display: block;
	}
	.report-evt-movie {
		width: 80%;
		max-width: 480px;
		margin: 80px auto 40px;
	}
	.report-evt-movie p {
		font-size: 17px;
	}

	.rep-colm2-sp1 {
		width: 100%;
	}
	.sp125 {
		width: 125px;
	}

	.report-evt-place {
		padding-left: 0;
		padding-right: 0;
	}
	.report-fixed-txt p {
		font-size: 18px;
	}


}


/*=================================
スマホ設定（〜480px）
=================================*/
@media only screen and (max-width: 480px) {

	.sp480-only {
		display: block;
	}

}