@charset "UTF-8";
/*------------------------------------------------------------Content*/
.list_parataxis {
	font-size:0;
}
.list_parataxis li {
	display: inline-block;
	margin: 0 10px;
}

.sheet_result {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-top:solid 1px #3761ca;
	border-left:solid 1px #3761ca;
}
.sheet_result tr:nth-child(2) {
	background: #e6f3f8;
}
.sheet_result tr th, .sheet_result tr td {
	padding:10px 5px;
	line-height: 1.3;
	text-align: center;
}
.sheet_result tr th {
	color:#fff;
	border-right:solid 1px #3761ca;
	border-bottom:solid 1px #fff;
	background: #3761ca;
}
.sheet_result tr:first-child th {
	border-right:solid 1px #fff;
}
.sheet_result tr:first-child th:last-child {
	border-right:solid 1px #3761ca;
}
.sheet_result tr:last-child th {
	border-bottom:solid 1px #3761ca;
}
.sheet_result tr td {
	border-right:solid 1px #3761ca;
	border-bottom:solid 1px #3761ca;
}
.sheet_result tr:nth-child(2) td {
	font-family: "NotoSansBold";
	width: 15%;
	color:#c63b3b;
}
@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	padding:10px;
}
}

.list_results li {
	margin-bottom: 20px;
}
.list_results li .fig img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:480px) {
.list_results {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.list_results li {
	width: 48.5%;
}
.list_results li .fig img {
	width: 100%;
	height: auto;
}

}


/*========================================
pg 22.10.26
========================================*/
.results_card{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.results_box{
	border:4px solid #b7e3ff;
	box-sizing: border-box;
	padding: 16px;
}

@media print, screen and (min-width:768px) {
	.results_card{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.results_box{
		width: calc(50% - 16px);
		padding: 24px;
	}
}

.results_card_ph{
	text-align: center;
}
.results_card_ph a{
	display: block;
	aspect-ratio: 250/354;
	width:min(100%,300px);
	height: auto;
	margin: 0 auto;
	transition: 0.2s;
}
.results_card_ph a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.results_card_ph a:hover{
	opacity: 0.8;
}
.results_card_ti{
	line-height: 1.2;
	margin-top: 16px;
	font-weight: 700;
	background: #cdebff;
	padding: 0.5em 0.6em;
	color: #152b89;
}
.results_card_pdf_link{
	margin-top: 12px;
	text-align: center;
}
.results_card_pdf_link a{
	color: #333;
	transition: 0.2s;
}
.results_card_pdf_link a:hover{
	color: #c63b3b;
}
.results_card_pdf_link a i{
	color: #c63b3b;
	margin-right: 6px;
}