@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: url(../img/results/headline_bg.jpg) no-repeat center center/cover;
}
#headline h1::before {
	content: "RESULTS";
}

#gap {
	height: 290px;
}
/* .single-results #gap {
	height: 290px;
} */
@media screen and (max-width: 640px) {
	#headline {
		background: url(../img/results/sp/headline_bg.jpg) no-repeat center center/cover;
	}
    #gap {
		height: 100px;
    }
	.single-results #gap {
		height: 100px;
	}
}
/*-----------------------------------

	category_block

-----------------------------------*/
#category_block {
    padding: 70px 0 60px;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #f0f0f5;
    position: relative;
    z-index: 1;
}
#category_block::before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #FFF;
    position: absolute;
    top: 1px;
    left: 0;
	z-index: -1;
}
#category_block .contents_inner {
	width: 80%;
}
#category_block .contents_inner>h2 {
	font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
}
#category_block .category_list li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#category_block .category_list li .check_list {
	width: calc(100% - 180px);
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#category_block .category_list li strong {
	font-size: 16px;
	color: #208cd5;
	width: 180px;
}
#category_block .category_list li label span {
  display: inline-block;
	padding: 9px 13px;
  border-radius: 20px;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

#category_block .category_list li label input[type="checkbox"]:checked + span,
#category_block .category_list li label input[type="checkbox"]:checked + label {
  background-color: #208cd5;
  border-color: #208cd5;
  color: #fff;
}
#category_block .category_list li label input[type="checkbox"]:checked + label,
#category_block .category_list li label label:has(input[type="checkbox"]:checked) {
  background-color: #208cd5;
  border-color: #208cd5;
  color: #fff;
}
@media screen and (max-width: 640px) {
	#category_block {
    	padding: 70px 0 0;
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	}
	#category_block::before {
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	}
	#category_block .contents_inner {
		width: 90%;
	}
	#category_block .contents_inner>h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#category_block .category_list li {
		flex-wrap: wrap;
		gap: 20px;
	}
	#category_block .category_list li .check_list {
		width: 100%;
	}
}
/*-----------------------------------

	results_block

-----------------------------------*/
#results_block .contents_inner {
	width: 80%;
}
#results_block .results_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 50px 30px;
}
#results_block .results_list .card_box {
	width: calc((100% - 60px) / 3);
	background: #dbedf8;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    font-weight: 900;
}
#results_block .results_list .card_box a {
	display: block;
	padding: 15px;
}
#results_block .results_list .card_box .img_box {
	margin-bottom: 25px;
}
#results_block .results_list .card_box .img_box img {
	width: 100%;
}
#results_block .results_list .card_box a .text_box {
	margin-bottom: 25px;
}
#results_block .results_list .card_box a .text_box {
	width: 90%;
    margin: 0 auto 25px;
}
#results_block .results_list .card_box a .text_box h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.7;
	margin-bottom: 40px;
}
#results_block .results_list .card_box a .text_box .category_box {
	display: flex;
	flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
}
#results_block .results_list .card_box a .text_box .category_box  .category {
    padding: 8px 17px;
    background: #acd4ef;
    font-size: 14px;
    display: inline-block;
}

.pager_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-top: 50px;
    /* margin-bottom: clamp(50px, 10vw, 100px); */
}
.pager_box .page-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
}
.page-numbers .prev,
.page-numbers .next {
	display: block;
    width: 56px;
}

.page-numbers li span,
.page-numbers li a {
	color: #102657;
}
.current {
    background: #e7e9ee;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next {
    transform: scale(-1, 1);
}
@media screen and (max-width: 840px) {
#results_block .results_list .card_box {
    width: calc((100% - 30px) / 2);
}
}
@media screen and (max-width: 640px) {
	#results_block {
		margin-bottom: 40px;
	}
	#results_block .contents_inner {
		width: 90%;
	}
	#results_block .results_list {
		gap: 20px 10px;
	}
	#results_block .results_list .card_box {
    	width: calc((100% - 10px) / 2);
	}
	#results_block .results_list .card_box .img_box {
		margin-bottom: 12px;
	}
	#results_block .results_list .card_box a {
		padding: 8px;
	}
	#results_block .results_list .card_box a .text_box {
		margin: 0 auto 15px;
	}
	#results_block .results_list .card_box a .text_box h3 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#results_block .results_list .card_box a .text_box .category_box .category {
		padding: 4px 2px;
        font-size: 9px;
	}
	.current {
		width: 36px;
    	height: 36px;
	}
	.page-numbers .prev, .page-numbers .next {
		display: block;
		width: 36px;
	}
}

/*-----------------------------------

	detail_wrap - detail_menu

-----------------------------------*/
#detail_wrap {
	padding: 70px 0 60px;
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #f0f0f5;
	position: relative;
    z-index: 1;
}
#detail_wrap::before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #FFF;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
}
#detail_wrap .contents_inner {
	display: grid;
	grid-template-columns: 310px auto;
	grid-template-rows: 1fr;
	gap: 0;
	margin-left: 10%;
    width: 78%;
}
#detail_wrap .detail_menu {
	grid-area: 1 / 1 / 2 / 2;
	height: 100%;
}
#detail_wrap .detail_menu .detail_inner {
	position: sticky;
	top: 130px;
}
#detail_wrap .detail_menu ul {
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
}
#detail_wrap .detail_menu h3 {
	font-size: 15px;
	color: #208cd5;
	margin-bottom: 20px;
	line-height: 1.4;
}
/* #detail_wrap .detail_menu ul li h3 {
	font-size: 15px;
	color: #208cd5;
	margin-bottom: 10px;
	line-height: 1.4;
} */
#detail_wrap .detail_menu a {
	display: block;
	font-size: 15px;
	/* padding-left: 20px; */
    transition: color .2s;
	position: relative;
}
#detail_wrap .detail_menu a:hover {
	opacity: 1;
}
#detail_wrap .detail_menu a.active {
    color: #000;
}
#detail_wrap .detail_menu a.active::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--mClr1);
	position: absolute;
	top: 2px;
	left: 0;
}
#detail_wrap .detail_contents {
	grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 1180px) {
	#detail_wrap .contents_inner {
		grid-template-columns: 200px auto;
	}
}
@media screen and (max-width: 840px) {
	#detail_wrap .contents_inner {
		grid-template-columns: 150px auto;
		margin-left: auto;
		width: 88%;
	}
	#detail_wrap .detail_menu ul li h3 {
		font-size: 14px;
	}
	#detail_wrap .detail_menu a {
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	#detail_wrap {
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	}
	#detail_wrap::before {
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
	}
	#detail_wrap .contents_inner {
		grid-template-columns: 85px auto;
		width: 95%;
		margin-left: auto;
		display: block;
	}
	#detail_wrap .detail_menu {
		display: none;
	}
	#detail_wrap .detail_menu ul {
		top: 70px;
		width: 100%;
	}
	#detail_wrap .detail_menu ul li h3 {
		font-size: 12px;
		margin-bottom: 0;
	}
	#detail_wrap .detail_menu a {
		font-size: 11px;
		line-height: 1.2;
	}
	#detail_wrap .detail_menu a.active::before {
		width: 6px;
		height: 6px;
		top: 4px;
	}
}

/*-----------------------------------

	detail_block

-----------------------------------*/
#detail_block {
	
}
.detail_contents {
  min-width: 0;
overflow: hidden;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#detail_block .title_box {
	margin-bottom: 50px;
}
#detail_block h3 {
	font-size: 28px;
	margin-bottom: 25px;
	line-height: 1.4;
}
#detail_block .category_box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
}
#detail_block .category_box .category {
	padding: 6px 7px;
    background: #acd4ef;
	color: #102657;
    font-size: 14px;
    display: inline-block;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img {
  width: 100%;
}
.slider .swiper-slide img {
	max-width: 700px;
    height: 500px;
    object-fit: contain;
}

/* サムネイルのスタイル */
.thumbnail_wrapper {
	max-width: 436px;
    margin: 0 auto 50px;
    overflow: hidden;
}
.thumbnail {
	margin-top: 20px;
	margin-bottom: 60px;
}
.thumbnail .swiper-slide {
  opacity: 0.5;
  background-color: #f0f0f5;
}

.thumbnail .swiper-slide img {
	height: 100px;
	object-fit: contain;
}

/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
#detail_block .ex_text {
	margin-bottom: 50px;
	line-height: 1.8;
}
#detail_block .detail_info {
	width: 100%;
	margin-bottom: 40px;
}
#detail_block .detail_info tr {
    border-top: 1px solid #f0f0f5;
    /* align-items: unset; */
	align-items: center;
	display: flex;
}
#detail_block .detail_info tr:last-child {
	border-bottom: 1px solid #f0f0f5;
}
#detail_block .detail_info tr th {
    width: 200px;
    /* padding: 10px 0 115px; */
    /* height: 100%; */
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
	color: #208cd5;
	line-height: 1;
}
#detail_block .detail_info tr th span {
	color: #fff;
    font-weight: 700;
	display: inline-block;
    width: fit-content;
    background-color: var(--mClr1);
    padding: 0 7px;
    line-height: 1.6;
}
#detail_block .detail_info tr td {
    width: calc(100% - 200px);
    display: block;
    font-size: 16px;
	padding: 40px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: justify;
	line-height: 1;
}
.btn_wrap {

}
.btn_wrap a {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 18px;
}
.btn_wrap img {
	width: 56px;
}
.swiper-wrapper {
	height: auto!important;
}

#detail_wrap .category_list_box {
	display: none;
	margin-top: 30px;
	padding: 35px;
	background-color: #f0f0f5;
}
#detail_wrap .category_list_box .category_list li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}
#detail_wrap .category_list_box .category_list li:last-child {
	margin-bottom: 0;
}
#detail_wrap .category_list_box .category_list li .check_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#detail_wrap .category_list_box .category_list li strong {
	font-size: 16px;
	color: #208cd5;
	width: 180px;
}
#detail_wrap .category_list_box .category_list li label span {
  display: inline-block;
	padding: 9px 13px;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
}

/* #detail_wrap .category_list_box .category_list li label input[type="checkbox"]:checked + span,
#detail_wrap .category_list_box .category_list li label input[type="checkbox"]:checked + label {
  background-color: #208cd5;
  border-color: #208cd5;
  color: #fff;
}
#detail_wrap .category_list_box .category_list li label input[type="checkbox"]:checked + label,
#detail_wrap .category_list_box .category_list li label label:has(input[type="checkbox"]:checked) {
  background-color: #208cd5;
  border-color: #208cd5;
  color: #fff;
} */
@media screen and (max-width: 840px) {
	.thumbnail {
		margin-bottom: 40px;
	}
	#detail_block .detail_info tr th {
		width: 140px;
		font-size: 15px;
	}
	#detail_block .detail_info tr td {
		width: calc(100% - 140px);
		font-size: 14px;
	}
	#detail_block .detail_info {
		margin-bottom: 20px;
	}

}
@media screen and (max-width: 640px) {
	#detail_block .title_box {
		margin-bottom: 30px;
	}
	#detail_block h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#detail_block .category_box .category {
		font-size: 12px;
	}
	#detail_block .ex_text {
		margin-bottom: 30px;
		font-size: 14px;
	}
	#detail_block .detail_info tr th {
		width: 70px;
        font-size: 13px;
		padding-top: 20px;
    	padding-bottom: 20px;
    }
	#detail_block .detail_info tr td {
        width: calc(100% - 60px);
        font-size: 12px;
		padding: 20px 10px;
    }
	.slider .swiper-slide img {
		max-height: 200px;
	}
	.thumbnail .swiper-slide img {
		height: 80px;
	}
	.btn_wrap img {
		width: 36px;
	}
	#detail_wrap .category_list_box {
		display: block;
	}
}

