/* HRC 2025 開催レポート CSS　Ver.1.0.0 */

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

/*=================================
ページ共通設定
=================================*/
/*
main article.report-wrap {
	background-color: rgba(255, 240, 0, 1.0);
}
*/
.report-main-ph {
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-t-line {
	width: 100%;
	height: 280px;
	background-color: var(--uniqueColor);
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.report-conte {
	margin-top: 30px;
}
.report-conte-inner {
	padding: 10px 100px 40px;
	border-left: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
}
.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-read {
	padding-top: 40px;
	font-size: 22px;
}
.report-txt {
	font-size: 17px;
}
.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-ph {
	width: 49%;
}
.report-cbox {
	margin-top: 30px;
}
#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 p {
	font-size: 15px;
	line-height: 1.65;
}
.black-frame img {
	padding: 3px;
	border: 1px solid rgb(150, 150, 150);
}
.report-footer {
	padding-top: 80px;
	padding-bottom: 160px;
}
.report-fixed-txt {
	margin-top: 60px;
	margin-bottom: 80px;
}
.report-fixed-txt p {
	font-size: 24px;
}
.back-btn a, 
.back-btn a:visited {
	margin: 0 auto;
	padding: 1.0em 2.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;
	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);
}
.rep-colm2-sp1 {
	width: 48%;
}
figcaption {
	margin-top: 3px;
	font-size: 0.85em;
	text-align: center;
}


/*=================================
タブレット設定（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-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.report-read {
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 18px;
	}
	.report-conte-inner {
		padding: 0;
		border-left: none;
		border-right: none;
	}
	.report-cboxes h3 img {
		width: 100%;
		max-width: 200px;
	}
	.rep-colm2-sp1 {
		width: 100%;
	}
	.report-evt-guide-inner > div:not(:first-child) {
		margin-top: 10px;
	}
	.report-cboxes {
		margin-top: 30px;
	}
	.report-cbox {
		margin-top: 15px;
	}
	.report-cbox-ph {
		width: 100%;
	}
	.report-cbox-ph:not(:first-child) {
		margin-top: 15px;
	}

}
