@charset "UTF-8";
/* partner.css */


/* ===== first ===== */

/* ===== パートナー企業一覧 ===== */
h3.head_eng {
	width: 100%;
	font-size: min(3.5vw,45px);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
h3.head_eng:before,
h3.head_eng:after   {
	content: "";
	width:  1.5em;
	height: 1em;
	display: block;
	background-image: url(../../img/partner/head_eng_deco.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
h3.head_eng:before {
	margin-right: .5em;
}
h3.head_eng:after  {
	margin-left:  .5em;
}
/* --- パートナーロゴ --- */
.two_partner,
.three_partner {
	width: 90%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-left:  auto;
	margin-right: auto;
}
.two_partner img,
.three_partner img {
	width: 100%;
}
.two_partner li {
	width: calc(50% - 2%);
}
.two_partner li:nth-of-type(odd) {
	margin-right: 4%;
}
.two_partner li:nth-of-type(n+3) {
	margin-top: 6%;
}
.three_partner li {
	width: calc(100%/3 - 2%);
	margin-right: 3%;
}
.three_partner li:nth-of-type(3n) {
	margin-right: 0;
}
/* --- 中央揃えのパートナー --- */
.partner_center {
	justify-content: center;
}
/* --- OFFICIAL PARTNER --- */
.partner_official li:nth-of-type(n+3) {
	margin-top: 0;
}
/* --- SUPPLY PARTNER --- */
.partner_supply {
	width: 90%;
	max-width: 700px;
	margin-left:  auto;
	margin-right: auto;
}
.partner_supply li:first-of-type {
	width: 35%;
	margin-right: 8%;
}
.partner_supply li:nth-of-type(2) {
	width: 57%;
}
.partner_supply img {
	height: 100%;
}
/* --- MEDICAL PARTNER --- */
.partner_medical {
	justify-content: center;
}
.partner_medical li:first-of-type {
	width: 40%;
}
.partner_medical li:nth-of-type(2) {
	width: 55%;
}


/* ===== サポーティングパートナー募集のご案内 ===== */


/* ===== サポーティングパートナー カテゴリー 御協賛特典 ===== */
#sec_tokuten h3.color_gold {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 1.5em;
}
#sec_tokuten h3.color_gold:before {
	content: "";
	width:  1em;
	height: 1em;
	min-width:  1em;
	min-height: 1em;
	display: block;
	background-color: #bf9c50;
	margin-top: .3em;
	margin-right: .5em;
}

/* --- card flex --- */
.tokuten_card {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
/* 文章 */
.tokuten_card .cont_wrap {
	width: 40%;
	margin-right: 5%;
}
.tokuten_card .cont_wrap h3,
.tokuten_card .cont_wrap h4 {
	text-align: left;
	margin-bottom: 1em;
}
.and_more li {
	font-size: 21px;
	font-weight: bold;
	text-align:  left;
	line-height: 1.2;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #a0141a;
}
.and_more li + li {
	margin-top:   .75em;
	margin-right: .75em;
}
.and_more li:before {
	content: "";
	width:  1em;
	height: 1em;
	min-width:  1em;
	min-height: 1em;
	display: block;
	background-image:  url(../../img/partner/more_plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top:   .15em;
	margin-right: .5em;

}
/* 写真 */
.tokuten_card .img_wrap  {
	width: 60%;
}
.tokuten_card .img_wrap img {
	width: 100%;
}
/* ボタン */
#sec_bosyuu .btn {
	margin-top: 40px;
}





@media screen and (max-width:850px) {
	/* ===== パートナー企業一覧 ===== */
	h3.head_eng {
		font-size: 18px;
		font-size: min(4.8vw,24px);
		text-align: center;
	}
	h3.head_eng:before,
	h3.head_eng:after   {
		width:  1.25em;
		height: 1em;
	}
	/* --- パートナーロゴ --- */
	.two_partner {
		width: 80%;
		max-width: 400px;
	}
	.partner_official,
	.partner_center,
	.partner_supply,
	.partner_medical  {
		max-width: 320px;	
	}


	.two_partner li {
		width: 100%;
		margin-right: 0 !important;
	}
	.two_partner li:nth-of-type(n+2) {
		margin-top: 8%;
	}
	/* --- SUPPLY PARTNER --- */
	.partner_supply li {
		width: 100% !important;
	}
	.partner_supply li:first-of-type {
		width: 50% !important;
		margin-left:  auto !important;
		margin-right: auto !important;
	}

	/* --- MEDICAL PARTNER --- */
	.partner_medical li {
		width: 100% !important;
	}


	/* ===== サポーティングパートナー カテゴリー 御協賛特典 ===== */
	.tokuten_card {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.tokuten_card .img_wrap,
	.tokuten_card .cont_wrap {
		width: 100%;
		margin-right: 0 !important;
	}
	.tokuten_card .cont_wrap {
		margin-top: 20px;
	}

}