@charset "utf-8";

.pc {
	display: none;
}

.tablet {
	display: none;
}

body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


#MvArea  {
	background: url(../../img/wantedsponsor/wantedsponsor_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}


.wantedList {
	margin: 0 0 20px;
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
}
.wantedList li {
	position: relative;
	padding: 0 0 5px 20px;
}
.wantedList li:before {
	position: absolute;
  counter-increment: number;
  content: counter(number)".";
	display:inline-block;
	color: #000;
	font-family: 'Anton', sans-serif;
	left: 0;
	top: 2px;
}

.wantedList li.noStyle::before {
	display: none;
}

.wantedTxtSg {
	color: #676767;
	font-size: 1.0rem;
}

.wantedFlow {
	margin-bottom: 60px;
}
.flowCol {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
	border: 2px solid #e2e2e2;
}
.flowTtl {
	margin: 0 auto 20px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.flowTtl02 {
	margin-bottom: 0!important;
}

.flowBtn02 {
	width: 100%;
	margin-bottom: 60px;
}

.flowBtn a {
	margin: 0 auto 10px;
}
.flowBtn02 a {
	margin: 0 auto 10px;
}

.flowArr {
	width: 100%;
	max-width: 160px;
	margin: 0 auto 15px;
	position: relative;
}
.flowArr img {
	max-width: 100%;
}
.flowArrTxt {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	font-size: 1.3rem;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
}

.flowInnerTxt {
	line-height: 1.6;
}
.flowTxt {
	display: inline-block;
	padding-top: 10px;
	font-size: 1.2rem;
	line-height: 1.6;;
}

.wantedflowInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.innerFlow {
	width: calc( 50% - 5px );
}


span.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.wantendSponsor {
	width: 100%;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wantedSponsor {
	width: calc( 100% / 3 );
	margin: 0 -1px 20px 0;
	position: relative;
}
.wantedSponsorImg {
	width: 100%;
	margin-bottom: 5px;
	padding: 25px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
}
.wantedSponsorImg img {
	max-width: 100%;
}
.wantedSponsor p {
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.5;
}




.wantedContact p {
	text-align: center;
}
.wantedTtl {
	margin: 0 auto 10px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}
.wantedTtl span {
	font-size: 1.5rem;
}
.address {
	margin: 0 auto 15px;
	line-height: 1.5;
}
.tel_num {
	display: inline-block;
	padding-left: 50px;
	background: url(../../img/common/icon_tel.png) no-repeat 10px center;
	background-size: 20px auto;
	font-size: 3.5rem;
	color: #000000;
	letter-spacing: 0.35rem;
	line-height: 1.2;
}
.tel_num a {
	color: #b10418;
}
.faxNum {
	display: inline-block;
	padding-left: 50px;
	background: url(../../img/common/icon_fax.png) no-repeat 0 center;
	background-size: 30px auto;
	font-size: 3.5rem;
	color: #000000;
	letter-spacing: 0.35rem;
	line-height: 1.2;
}
.contactBtn {
	margin: 10px auto 5px;
	width: 90%;
}
.contactBtn a {
	display: block;
	width: 100%;
	height: 54px;
	border: 2px solid #b10418;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../../img/common/arr_white.png) no-repeat 96% center #b10418;
	background-size: 8px 14px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	transition: all 0.4s;
}
.mailaddress {
	padding-left: 25px;
	background: url(../../img/common/icon_mail_black.png) no-repeat 0 center;
	background-size: 22px auto;
}

/*add 230527*/
#platinum {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

#official {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

#platinumTit {
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 10px;
	background: #d8db83;
	font-size: 2rem;
}

#officialTit {
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 10px;
	background: #CCC;
	font-size: 2rem;
}

.platinumInner {
	width: 49%;
	margin: 0 2% 30px 0;
}

.platinumInner.main {
	width: 100%;
	margin: 0 0 30px 0;
}

.platinumInner:nth-child(3),
.platinumInner:nth-child(5),
.platinumInner:nth-child(7) {
	margin-right: 0;
}

.officialInner {
	width: 48%;
	margin: 0 2% 30px 0;
}

.officialInner:nth-child(2n) {
	margin-right: 0;
}

.sponsorImg {
	width: 100%;
	margin-bottom: 8px;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	background: #ffffff;
	text-align: center;
	transition: all 0.4s;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.platinumInner.main .sponsorImg {
	height: 380px;
}

.platinumInner .sponsorImg {
	height: 150px;
}

.officialInner .sponsorImg {
	height: 70px;
	padding: 20px;
}

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

.platinumInner p {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.5;
	transition: all 0.4s;
}

.officialInner p {
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
	transition: all 0.4s;
}

/* 2407追記 */
/* ----------------------------------- */
#sponsorPhoto {
	padding: 0 0 60px;
}

#sponsorPhoto ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

#sponsorPhoto ul li {
	width: 48%;
}

.photo {
	padding-bottom: 5px;
}

.photo img {
	width: 100%;
	height: auto;
}

.name {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}














