/* オールトヨタ モビフェス開催レポート CSS　Ver.1.0.0 */

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

/*=================================
ページ共通設定
=================================*/
main {
	color: var(--uniqueColor);
	background: url(../img/r003/repo-mobifes2025-bg.jpg) no-repeat right bottom;
	background-size: cover;
	background-attachment: fixed;
}
.report-main-ph {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.parts01 {
	padding: 10px 20px;
}
.report-conte {
	margin-top: 30px;
}
.report-conte-inner {
	padding: 50px 100px;
	background: rgba(255,255,255,0.85);
}
.report-read {
	font-size: 22px;
}
.report-cboxes {
	margin-top: 60px;
}
.report-evt-guide-inner {
	padding: 15px;
	background: rgba(230, 230, 230, 1.0);
}
.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,
.report-cbox-sub2 > h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: bold;
}
.report-cbox-sub > h4 span,
.report-cbox-sub2 > h4 span {
	font-size: 32px;
}
#report-cbox-1.report-cbox-sub h4 span {
	background: rgba(0, 113, 188, 1.0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(0, 113, 188, 1.0); */
}
#report-cbox-2.report-cbox-sub h4 span {
	background: rgba(255, 123, 172, 1.0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(255, 123, 172, 1.0); */
}
#report-cbox-3.report-cbox h4 span {
	background: rgba(34, 181, 115, 1.0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(34, 181, 115, 1.0); */
}
#report-cbox-4.report-cbox-sub2 h4 span {
	background: rgba(63, 169, 245, 1.0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(63, 169, 245, 1.0); */
}
#report-cbox-5.report-cbox-sub2 h4 span {
	background: rgba(240, 54, 48, 1.0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(240, 54, 48, 1.0); */
}
#report-cbox-6.report-cbox-sub2 h4 span {
	background: rgb(255, 119, 0);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(240, 54, 48, 1.0); */
}
#report-cbox-7.report-cbox-sub h4 span {
	background: rgb(200, 214, 4);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(255, 123, 172, 1.0); */
}
#report-cbox-8.report-cbox-sub h4 span {
	background: rgb(3, 186, 134);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(255, 123, 172, 1.0); */
}
#report-cbox-9.report-cbox h4 span {
	background: rgb(170, 23, 203);
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	/* color: rgba(34, 181, 115, 1.0); */
}
#report-cbox-2 .report-cbox-detail {
	flex-direction: row-reverse;
}
.report-cbox-ph {
	width: 61%;
}
.report-cbox-txt {
	width: 36%;
	align-self: flex-end;
	padding-bottom: 4px;
}
.report-cbox-sub {
	width: calc(100% / 2.1);
}
.report-cbox-sub2 {
	width: calc(100% / 3.1);
}
.report-cbox p {
	font-size: 15px;
	line-height: 1.65;
}
.report-cbox-sub p,
.report-cbox-sub2 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);
	background: #fff;
	box-shadow: 2px 2px 0 rgba(196, 120, 54, 0.2);
}

.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;
}

.text-pb {
	padding-bottom: 15px;
}

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

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


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

	.report-main-ph {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.parts01 {
		padding: 10px 0;
	}
	.report-conte-inner {
		padding: 50px 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;
		background-color: rgba(230, 230, 230, 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,
	.report-cbox-sub2 {
		width: 100%;
	}
	.report-cbox p {
		margin-top: 10px;
		line-height: 1.85;
	}
	.report-cbox-sub:not(:first-of-type),
	.report-cbox-sub2: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;
	}
	.text-pb {
		padding-bottom: 0;
}


}


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

	.sp480-only {
		display: block;
	}

}