@media screen and (min-width: 768px) {
	br.no-pc {
		display: none;
	}
}
.antidoping {
	margin: 0;
	padding: 0 0 80px;
}

.page_title {
	margin: 0 auto;
	padding: 0;
	min-height: 158px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 768px) {
	.page_title {
		min-height: 168px;
	}
}
.page_title * {
	margin: 0 auto;
	padding: 0;
	height: auto;
}
.page_title::before {
	display: none;
}
.page_title > div > span:nth-child(1) {
	margin: 0 auto;
	font-size: clamp(14px, 3.7333333333vw, 10px);
	color: #D0AF56;
}
@media screen and (min-width: 768px) {
	.page_title > div > span:nth-child(1) {
		font-size: clamp(16px, 1.1111111111vw, 10px);
	}
}
.page_title > div > span:nth-child(2) {
	font-size: clamp(24px, 6.4vw, 10px);
	color: #1D2767;
}
@media screen and (min-width: 768px) {
	.page_title > div > span:nth-child(2) {
		font-size: clamp(28px, 1.9444444444vw, 10px);
	}
}

.antidoping-mv {
	background: linear-gradient(91.4deg, #F4F5F9 15.93%, #D9DCEB 98.8%);
	margin: 0;
	padding: 0;
}

img.antidoping-pc {
	margin: 0 auto;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 1440px;
	height: auto;
	display: none;
}
@media screen and (min-width: 768px) {
	img.antidoping-pc {
		display: block;
	}
}

.antidoping-lead2 {
	padding: 40px 20px 0;
}
@media screen and (min-width: 768px) {
	.antidoping-lead2 {
		padding: 40px 0 0;
	}
}
.antidoping-lead2 > a {
	margin: 0 auto 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	padding: 6px 32px;
	min-width: 220px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 52px;
	background: #fff;
	border: 2px solid #1D2767;
	border-radius: 10px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.605px;
	color: #1D2767;
}
.antidoping-lead2 > a::after {
	content: "";
	background: url(../images/icon_arrow_down.png) no-repeat center center;
	background-size: 100%;
	margin: 0 0 0 5px;
	width: 21px;
	height: 12px;
	display: inline-block;
}
.antidoping-lead2 p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 2;
	color: #333;
}
@media screen and (min-width: 768px) {
	.antidoping-lead2 p {
		font-size: clamp(18px, 1.25vw, 10px);
	}
}
.antidoping-lead2 p.notes {
	font-weight: 400;
	font-size: 13px;
}
@media screen and (min-width: 768px) {
	.antidoping-lead2 p.notes {
		font-size: clamp(14px, 0.9722222222vw, 10px);
	}
}
.antidoping-lead2 br.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.antidoping-lead2 br.pc {
		display: block;
	}
}

.antidoping-products-mark {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	gap: 10px;
}
@media screen and (max-width: 768px) {
	.antidoping-products-mark {
		display: block;
	}
}
.antidoping-products-mark li {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, 3.7333333333vw, 8px);
	line-height: 2;
	letter-spacing: 0.605px;
	color: #333;
}
@media screen and (max-width: 768px) {
	.antidoping-products-mark li {
		width: 100%;
	}
	.antidoping-products-mark li + li {
		margin-top: 8px;
	}
}
.antidoping-products-mark li img {
	height: auto;
	display: block;
}
.antidoping-products-mark li:nth-child(1) img {
	width: 34px;
}
.antidoping-products-mark li:nth-child(2) img {
	width: 140px;
}

.search_result_body {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.search_result_body {
		padding: 0 0 min(10.6vw, 80px);
	}
}
.search_result_body .item_box {
	border-color: #eee;
	border-style: solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	width: 49.375%;
	margin-bottom: 10px;
	border-width: 3px;
	border-radius: 5px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box {
		width: 100%;
		margin: 0 auto 1.5625vw;
		border-width: 0.46875vw;
		border-radius: 0.78125vw;
	}
}
.search_result_body .item_box:after {
	content: "";
	background: url(../images/icon_next.png) no-repeat center;
	background-size: 100%;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
.search_result_body .item_box:hover {
	opacity: 0.7;
}
.search_result_body .item_box a {
	display: block;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a {
		padding: 2.34375vw;
		padding-bottom: 20px;
	}
}
.search_result_body .item_box a:hover {
	text-decoration: none;
}
.search_result_body .item_box a .fs12 {
	font-size: 12px;
	font-weight: normal;
}
.search_result_body .item_box a .new {
	displayu: none;
}
.search_result_body .item_box a .item_img {
	display: table-cell;
	vertical-align: top;
	width: 28.6885245902%;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a .item_img {
		width: 42.6875vw;
	}
}
.search_result_body .item_box a .item_img img {
	width: 100%;
	height: auto;
	display: block;
}
.search_result_body .item_box a .item_content {
	display: table-cell;
	vertical-align: top;
	width: 71.3114754098%;
	padding-left: 10px;
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a .item_content {
		width: calc(100% - 24.6875vw);
		padding-top: 1.5vw;
		padding-left: 1.5625vw;
		font-size: 1vw;
	}
}
.search_result_body .item_box a .item_content .item_name {
	color: #1d2767;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
	letter-spacing: -0.005em;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a .item_content .item_name {
		margin-bottom: 2.34375vw;
		font-size: 3.75vw;
	}
}
.search_result_body .item_box a .item_content .icon {
	margin-right: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.search_result_body .item_box a .item_content .icon li img {
	width: 100%;
	height: auto;
}
.search_result_body .item_box a .item_content .icon li span {
	color: #1d2767;
	font-weight: normal;
	display: block;
	text-align: center;
	padding-top: 3px;
}
.search_result_body .item_box a .item_content .icon li:last-child {
	margin-right: none;
}
.search_result_body .item_box a .item_content .amino_content {
	margin: 3px 0 8px;
	font-size: 10px;
}
.search_result_body .item_box a .item_content .icon li {
	width: 44px;
	margin-right: 5px;
}
.search_result_body .item_box a .item_content .amino_type {
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a .item_content .amino_type {
		letter-spacing: -0.03em;
	}
}
.search_result_body .item_box a .item_content .amino_type span {
	font-size: 11px;
}
.search_result_body .item_box a .item_content .amino_content span {
	font-size: 11px;
}
.search_result_body .item_box a .item_content .antidoping-products-mark {
	margin-bottom: 1.2em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box a .item_content .antidoping-products-mark {
		margin-top: 12px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.search_result_body .item_box a .item_content .antidoping-products-mark li + li {
	margin-top: 0;
}
.search_result_body .item_box a .item_content .antidoping-products-mark li.ic {
	width: 32px;
	display: block;
}
.search_result_body .item_box a .item_content .antidoping-products-mark li.ic img {
	width: 32px;
}
.search_result_body .item_box a .item_content .antidoping-products-mark li.ssr {
	padding: 12px 0 11px;
	width: 100px;
	display: block;
}
.search_result_body .item_box a .item_content .antidoping-products-mark li.ssr img {
	width: 100px;
}
.search_result_body .item_box .icon .icon_none {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.search_result_body .item_box .icon {
		margin-top: 1.5625vw;
	}
	.search_result_body .item_box .icon li {
		width: 15.625vw;
		margin-right: 1.5625vw;
	}
	.search_result_body .item_box .icon li span {
		padding-top: 1.5625vw;
		font-size: 2vw;
	}
}

.antidoping sub {
	font-size: 75%;
	line-height: 1;
	vertical-align: sub;
}

/*
*//*# sourceMappingURL=wcl_style.css.map */