
/* --------------- result --------------- */


.wrap_result {
	
}

.col_pagettl_result {
	width: 100%;
	height: 290px;
	max-width: 2000px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/result/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.pagettl_result {
	width: 260px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.pagettl_result img {
	width: 193px;
	margin-bottom: 6px;
}

.col_result {
	max-width: 790px;
	width: 94%;
	margin: 0 auto;
	padding: 70px 0 40px;
}


.lead_result {
	margin: 0 0 45px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.list_cat_result {
	width: 100%;
	max-width: 314px;
	margin: 0 auto 25px;
	padding: 0;
	display: flex;
}

.list_cat_result a {
	width: 148px;
	margin: 0 18px 0 0;
	padding: 0.7em 5px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	background: #fff;
	box-sizing: border-box;
	display: block;
	transition: background .3s;
}

.list_cat_result a:last-child {
	margin-right: 0;
}

.list_cat_result a.current {
	color: #fff;
	background-color: #731a32;
	pointer-events: none;
}


@media print,screen and ( min-width: 701px ) {
	
	.list_cat_result a:hover { 
		background-color: rgba(215,108,137,0.2);
	}

}


.list_result {
	width: 100%;
	margin: 0 0 52px;
}

.list_result a {
	width: 100%;
	margin: 0;
	padding: 25px 0 30px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	border-bottom: solid 1px #cecbca;
	display: block;
	box-sizing: border-box;
	transition: .2s;
}

.list_result a:hover {
	opacity: 0.7;
}	

.list_result a .box {
	display: flex;
}

.list_result a .thum {
	width: 234px;
	height: 164px;
	margin: 0 22px 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: #efefef;
}

.list_result a .thum img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: opacity .2s;
	position: absolute;
	top: 50%;
	left: 50%;
}

.list_result a .txt {
	width: calc(100% - 256px);
	padding: 5px 0 0;
}

.list_result a .date {
	margin: 0 0 22px;
	padding: 0 0 0 3px;
	line-height: 1.2;
}

.list_result a .date .label {
	width: 85px;
	padding: 3px 0 3px;
	margin: 0 16px 0 0;
	line-height: 1.4;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	background-color: #731a32;
	display: inline-block;
}

.list_result a dl {
	margin: 0;
	padding: 0;
}

.list_result a dl dt {
	margin: 0;
	padding: 0 0 15px 3px;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.5;
}

.list_result a dl dd {
	margin: 0;
	padding: 0 0 0 3px;
}

.list_result a dl dd .link {
	color: #bc9229;
	text-decoration: underline;
}

.col_pagination {
	width: 100%;
	margin: 0 0 80px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_pagination li {
	margin: 0 5px 0 0;
	padding: 0;
	border: solid 1px #cecbca;
	box-sizing: border-box;
}
.col_pagination li.nolink {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col_pagination li:last-child { margin-right: 0 }

.col_pagination li > a,
.col_pagination li > span {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #595757;
	text-align: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_pagination li.nolink > span {
	width: 34px;
	height: 10px;
	background-image: radial-gradient(#555 30%, transparent 30%);
	background-size: 10px 10px;
	background-position: center center;
}

.col_pagination li.current > span {
	color: #fff;
	background-color: #595757;
}

@media print,screen and ( min-width: 701px ) {
	
	.col_pagination li > a { transition: background .3s; }
	.col_pagination li > a:hover { background-color: #e5e5e5; }
}

.col_pagination li.first span,
.col_pagination li.last span {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_pagination li.first span::before,
.col_pagination li.last span::before {
	content: "";
	width: 1px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-color: #595757;
	position: absolute;
	top: calc( 50% - 6px );
}
.col_pagination li.first span::before { left: 0; }
.col_pagination li.last span::before { right: -1px; }

@media screen and ( max-width: 450px ) {
	
	.col_pagination li.nolink > span {
		width: 26px;
		background-size: 8px 8px;
	}
	.col_pagination li.prev,
	.col_pagination li.next {
		display: none;
	}
	
}


.wrap_result_d {
	max-width: 827px;
	width: 94%;
	margin: 0 auto;
	padding: 88px 0 100px;
}

.col_result_d {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 75px;
	border-bottom: dashed 1px #cfcccb;
}

.cont_title {
	margin: 0 0 22px;
	padding: 0 0 17px;
	border-bottom: dashed 1px #cfcccb;
}

.cont_title .date {
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_title .date .label {
	width: 76px;
	padding: 5px 0 2px;
	margin: 0 16px 0 0;
	line-height: 1.4;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	background-color: #731a32;
	display: inline-block;
}

.cont_title .ttl {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
}

.txt_result {
	margin: 0;
	padding: 0 10px;
}

.txt_result img {
    max-width: 100%;
    height: auto;
}

.txt_result a {
    color: #cb1724;
    outline: none;
    text-decoration: underline;
}

@media print,screen and ( min-width: 701px ) {
	
	.txt_result a:hover {
	    text-decoration: none;
	}
	
}


.txt_result p {
	margin: 0 0 30px 0;
	padding: 0;
}

.txt_result h1 {
	font-size: 2em;
	font-weight: 600;
}
.txt_result h2 {
	font-size: 1.8em;
	font-weight: 600;
}
.txt_result h3 {
	font-size: 1.6em;
	font-weight: 600;
}
.txt_result h4 {
	font-size: 1.4em;
	font-weight: 600;
}
.txt_result h5 {
	font-size: 1.2em;
	font-weight: 600;
}
.txt_result h6 {
	font-size: 1em;
	font-weight: 600;
}
.txt_result ul {
	margin: 0 0 15px;
	list-style: disc;
}
.txt_result ol { margin: 0 0 15px; }

.col_pagination_d {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col_pagination_d > div {
	width: calc( ( 100% - 20px )/3 );
	max-width: 200px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.col_pagination_d > div a {
	margin: 0;
	padding: 8px 0;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: block;
}

@media print,screen and ( min-width: 701px ) {
	.col_pagination_d > div a { transition: background .3s; }
	.col_pagination_d > div a:hover { background-color: #f5f5f5; }
}

.col_pagination_d a span {
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_pagination_d .prev a span { padding: 0 0 0 15px; }
.col_pagination_d .prev a span::before {
	content: "";
	width: 30px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: skewX(-45deg);
	position: absolute;
	top: calc( 50% - 4px );
	right: calc( 100% - 5px );
}
.col_pagination_d .next a span { padding: 0 15px 0 0; }
.col_pagination_d .next a span::before {
	content: "";
	width: 30px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: skewX(45deg);
	position: absolute;
	top: calc( 50% - 4px );
	left: calc( 100% - 5px );
}

@media print,screen and ( min-width: 701px ) {
	.col_pagination_d a span::before { transition: all .3s; }
	.col_pagination_d .prev a:hover span::before { right: 100%; }
	.col_pagination_d .next a:hover span::before { left: 100%; }
}

@media screen and ( max-width: 450px ) {
	
	.col_pagination_d > div { width: calc( ( 72% - 14px )/2 ); }
	.col_pagination_d > div.list { width: 28%; }
	
	.col_pagination_d .prev a span { padding: 0 0 0 10px; }
	.col_pagination_d .next a span { padding: 0 10px 0 0; }
	
	.col_pagination_d .prev a span::before,
	.col_pagination_d .next a span::before {
		width: 16px;
	}
}




/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 1033px ) {


	.col_pagettl_result {
		height: 220px
	}


}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {


	.col_pagettl_result {
		height: 135px
	}

	.pagettl_result {
		margin-top: 6px;
	}

	.pagettl_result img {
		margin-bottom: 2px;
		max-width: 97px;
	}
	
	.col_result {
		padding: 35px 0 40px;
	}

	.lead_result {
		width: 90%;
		margin: 0 auto 30px;
	}
	
	.list_cat_result {
		margin: 0 auto 50px;
	}
	
	.list_result a:first-of-type {
		padding: 25px 0 30px;
		border-top: solid 1px #cecbca;
	}
	
	.list_result a .thum {
		width: 200px;
		height: 140px;
		margin: 0 10px 0 0;
	}
	
	.list_result a .txt {
		width: calc(100% - 210px);
		padding: 3px 0 0;
	}
	
	.list_result a .date {
		margin: 0 0 15px;	
	}

	.list_result a dl dt {
		margin: 0 0 0px;
		padding: 0 0 13px 3px;
		line-height: 1.5;
	}

	.list_result a dl dd {
		margin: 0;
		padding: 0 0 0 3px;
	}
	
	.col_pagination {
		margin: 0 0 30px;
	}
	
	.wrap_result_d {
		padding: 55px 0 60px;
	}

	.col_result_d {
		margin: 0 auto 10px;
		padding: 0 0 35px;
	}

	.cont_title {
		margin: 0 0 15px;
		padding: 0 0 10px;
	}

	.cont_title .date {
		margin: 0 0 15px;
	}

	.cont_title .ttl {
		line-height: 1.4;
	}
	
	.col_pagination_d {
		width: 96%;
		margin: 0 auto;
	}
	
	
	
}
/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 450px ) {


	.list_cat_result {
		max-width: 216px;
		margin: 0 auto 50px;
	}

	.list_cat_result a {
		width: 102px;
		margin: 0 13px 0 0;
		padding: 0.5em 5px;
	}
	
	.list_result a .thum {
		width: 122px;
		height: 85px;
		margin: 0 5px 0 0;
	}
	
	
	.list_result a .txt {
		width: calc(100% - 127px);
		padding: 0 0 0;
	}
	
	.list_result a .date {
		margin: 0 0 8px;	
	}

	.list_result a .date .label {
		margin: 0 6px 0 0;
	}

	.list_result a dl dt {
		margin: 0 0 0px;
		padding: 0 0 3px 3px;
		line-height: 1.38;
	}

	.list_result a dl dd {
		margin: 0;
		padding: 0 0 0 3px;
		line-height: 1.6;
	}
	
}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */



